bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.56k stars 102 forks source link

Please improve the result of `bflat --help` #116

Open ghost opened 9 months ago

ghost commented 9 months ago

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

CypherPotato commented 8 months ago

Any purpose on how it would be?

FrankRay78 commented 5 months ago

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

MichalStrehovsky commented 5 months ago

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