bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please improve the result of `bflat --help`

opened this issue · comments

bflat --help should print all of the command line switches available. Currently, the result of it is too bare metal.

Any purpose on how it would be?

It doesn't solve this issue entirely, but until the help is more verbose, you can at least see all the command line arguments and switches for the build command here: src/bflat/BuildCommand.cs

--help can be added to all the subcommands, so bflat build --help prints options for bflat build. There's not so many subcommands and one is typically only interested in a specific subcommand.