bonzai
bonzai copied to clipboard
🌳 Go Bonzai™ Composite Commander, meticulously manicured monolith and multicall binaries, built from imported composite commands, on any device, with recursive, light-weight tab completion, and color...
Some may want color even when piping to less/more.
-h --h --help all work, but -help does not
When both git and github are subcommands only git matches when tab is completed.
People expect dashes these days (unfortunately). So to help alleviate the adjustment it could help to automatically create hidden completion aliases for every command and alias that also has one...
It seems that the end of paragraphs is no longer being recognized.
Now that markfunc and Dynamic entries can be used to add markdown escapes we have to get smarter about wrapping instead of just assuming we'll never have them. This means...
Now that we have fields working fine, we need to expand and allow developers to create `ArgsPEGN` and/or `ArgsRegex` rather than using seek. This allows any number of sloppy variations...
Need to add `code` (along with `pre`) to the BonzaiMark functions and allow it to pass an extra parameter for the type of code it is using the same language...
Eventually `form` should take the following variable parameters: * template string, struct, FuncMap ... The struct (if any) will be used as the `{{.Foo}}` stuff. The FuncMap(s) will be combined...