zig-cli icon indicating copy to clipboard operation
zig-cli copied to clipboard

Add support for printing options for all subcommands

Open sam701 opened this issue 2 years ago • 0 comments

For example: ./main sub1 sub2 -h should display options for both sub2, sub1, and main(for the entire command chain), as these options can also be provided.

I am still uncertain whether it should be implemented at all. Alternatively, it could be a configurable option that enables this functionality.

sam701 avatar Dec 18 '23 17:12 sam701