You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeShowArgs=// Can't make this non-mandatory|[<First;Unique;MainCommand>]Args offilter:stringwithinterface IArgParserTemplate withmemberthis.Usage=""typeXPasswdArgs=|[<First;ExactlyOnce;MainCommand>]Database ofdatabase:string|[<CliPrefix(CliPrefix.None)>] Show ofParseResults<ShowArgs>
Repro steps
xpasswd database show filter (works)
xpasswd database show (missing argument "filter", despite not being mandatory)
Expected behavior
Please provide a description of the behavior you expect.
Actual behavior
Non-mandatory subcommand main command should be optional
Known workarounds
None
Related information
Operating system
Linux
Branch
Latest NuGet
.NET Runtime, CoreCLR or Mono Version
.NET Core 7
The text was updated successfully, but these errors were encountered:
Description
Repro steps
xpasswd database show filter (works)
xpasswd database show (missing argument "filter", despite not being mandatory)
Expected behavior
Please provide a description of the behavior you expect.
Actual behavior
Non-mandatory subcommand main command should be optional
Known workarounds
None
Related information
Linux
Latest NuGet
.NET Core 7
The text was updated successfully, but these errors were encountered: