We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I try to add examples for each verb i have.
Is something similar to below possible?
[Verb("stop", HelpText = "Stop....")] [Example("Stop with custom timeout", "dustcli stop --timeout 5000")] public class StopOptions { ...