FSharp.SystemCommandLine icon indicating copy to clipboard operation
FSharp.SystemCommandLine copied to clipboard

Add support for nested subcommands

Open novastosha opened this issue 2 years ago • 1 comments

Add support for ways to nest subcommands

One of the important implementations can be by nesting a subcommand that only has arguments and no options

Which would result in a syntax like this: test.exe subcommand <option> nested_subcommand <options/arguments>

novastosha avatar Sep 15 '23 10:09 novastosha

Show me how you would expect your example above might look if this was implemented.

JordanMarr avatar Sep 16 '23 18:09 JordanMarr