chore: swaps out a %q for '%s' for glob-sep flags
This commit is contained in:
parent
0114b01fb3
commit
ba93931c33
8 changed files with 12 additions and 12 deletions
4
testdata/help__list__ok.ct
vendored
4
testdata/help__list__ok.ct
vendored
|
|
@ -12,7 +12,7 @@ Flags:
|
|||
-b, --binary include binary data in text output
|
||||
-o, --format format output format (table|tsv|csv|markdown|html|ndjson) (default table)
|
||||
-g, --glob strings Filter keys with glob pattern (repeatable)
|
||||
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
|
||||
--glob-sep string Characters treated as separators for globbing (default '/-_.@: ')
|
||||
--header include header row
|
||||
-h, --help help for list
|
||||
--no-keys suppress the key column
|
||||
|
|
@ -30,7 +30,7 @@ Flags:
|
|||
-b, --binary include binary data in text output
|
||||
-o, --format format output format (table|tsv|csv|markdown|html|ndjson) (default table)
|
||||
-g, --glob strings Filter keys with glob pattern (repeatable)
|
||||
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
|
||||
--glob-sep string Characters treated as separators for globbing (default '/-_.@: ')
|
||||
--header include header row
|
||||
-h, --help help for list
|
||||
--no-keys suppress the key column
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue