We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f566f60 commit 6f047aaCopy full SHA for 6f047aa
1 file changed
src/cli/main.ts
@@ -96,7 +96,7 @@ async function main(argv: string[]): Promise<void> {
96
if (stats.isDirectory()) {
97
projectLocation = cliOptions.project;
98
} else {
99
- Log.warn(`[DEPRECATED]: Flag "project" usage as pointing to the config file directly is deprecated.`);
+ Log.warn(`[DEPRECATED]: Flag "project" pointing to the config file directly is deprecated. Provide a path to the directory where the project is.`);
100
configLocation = cliOptions.project;
101
projectLocation = path.dirname(cliOptions.project);
102
}
0 commit comments