We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5be063 commit 4599802Copy full SHA for 4599802
src/flag.ts
@@ -136,7 +136,7 @@ export const flags = {
136
char: 'c',
137
default: monikaFlagsDefaultValue.config,
138
description:
139
- 'JSON configuration filename or URL. If none is supplied, will look for monika.yml in the current directory',
+ 'Monika configuration YAML file or URL. If none is supplied, will look for monika.yml in the current directory',
140
env: 'MONIKA_JSON_CONFIG',
141
multiple: true,
142
}),
0 commit comments