boa icon indicating copy to clipboard operation
boa copied to clipboard

A Cobra command styled usage and help component powered by bubbletea

Results 6 boa issues
Sort by recently updated
recently updated
newest added

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...

enhancement

When selecting a command from the help or usage TUI it would be nice to be able to execute the command directly.

enhancement

It would be nice to provide an example directory that shows the various capabilities of boa. - Custom styles - Custom options - Initalization patterns - Error Handling

documentation
enhancement
good first issue

When a command description is large enough, the command title does not align center.

bug
good first issue

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.

enhancement