boa
boa copied to clipboard
A Cobra command styled usage and help component powered by bubbletea
It's really neat that Boa allows for interactive subcommand selection, but (from the GIF), it looks like it exits after you pick the command. It would be really neat if...
When selecting a command from the help or usage TUI it would be nice to be able to execute the command directly.
It would be nice to provide an example directory that shows the various capabilities of boa. - Custom styles - Custom options - Initalization patterns - Error Handling
When a command description is large enough, the command title does not align center.
I referred to the example in the README and added the following code to rootCmd: ``` rootCmd.SetUsageFunc(b.UsageFunc) rootCmd.SetHelpFunc(b.HelpFunc) ``` However, in both the cmder window and the cmd window, the...
currently boa fails to render errors if no /dev/tty is available.