Skip to content

Commit 590825f

Browse files
committed
Add notes on improvements in README
1 parent 5cae95a commit 590825f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ See [docs](./docs/tome-cli.md) for expanded instructions
7474
- [ ] See if there's utility in ActiveHelp https://umarcor.github.io/cobra/#active-help
7575
- [ ] pre-hooks (hooks.d folder will be sourced in order or executed before the real script)
7676
- [ ] 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)
7781
```
7882
// The *Run functions are executed in the following order:
7983
// * PersistentPreRun()

0 commit comments

Comments
 (0)