We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cae95a commit 590825fCopy full SHA for 590825f
README.md
@@ -74,6 +74,10 @@ See [docs](./docs/tome-cli.md) for expanded instructions
74
- [ ] See if there's utility in ActiveHelp https://umarcor.github.io/cobra/#active-help
75
- [ ] pre-hooks (hooks.d folder will be sourced in order or executed before the real script)
76
- [ ] https://umarcor.github.io/cobra/#prerun-and-postrun-hooks
77
+- [ ] Help
78
+ - Help on a directory should print the shorthand outputs of all subcommands in that folder tree
79
+ - Suppress the builtins from final tab output if we have 1+ matches against directory (bash and
80
+ fish at least have defective output)
81
```
82
// The *Run functions are executed in the following order:
83
// * PersistentPreRun()
0 commit comments