-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hof/docs: regen help, add some minor edits
- Loading branch information
Tony Worm
committed
May 4, 2024
1 parent
99a4d84
commit 705b636
Showing
17 changed files
with
169 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
a terminal interface to Hof and CUE | ||
|
||
Usage: | ||
hof tui [flags] | ||
|
||
Flags: | ||
-h, --help help for tui | ||
|
||
Global Flags: | ||
-E, --all-errors print all available errors | ||
-i, --ignore-errors turn off output and assume defaults at prompts | ||
-D, --include-data auto include all data files found with cue files | ||
-V, --inject-env inject all ENV VARs as default tag vars | ||
-I, --input stringArray extra data to unify into the root value | ||
-p, --package string the Cue package context to use during execution | ||
-l, --path stringArray CUE expression for single path component when placing data files | ||
-q, --quiet turn off output and assume defaults at prompts | ||
-d, --schema stringArray expression to select schema to apply to data files | ||
--stats print generator statistics | ||
-0, --stdin-empty A flag that ensure stdin is zero and does not block | ||
-t, --tags stringArray @tags() to be injected into CUE code | ||
-U, --user-files stringArray file globs to embed into the root value | ||
-v, --verbosity int set the verbosity of output | ||
--with-context add extra context for data files, usable in the -l/path flag |
Oops, something went wrong.