Skip to content

Commit

Permalink
Add --no-global
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Dec 22, 2024
1 parent d7061ce commit 23f7bf1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/components/docs/CLIOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
usage: `$ vale --no-wrap README.md`,
description: 'Do not wrap output.'
},
{
name: '--no-global',
params: 'N/A',
type: 'flag',
usage: `$ vale --no-global README.md`,
description: 'Do not load the global configuration.'
},
{
name: '--output',
params: 'JSON|line|path',
Expand Down

0 comments on commit 23f7bf1

Please sign in to comment.