commandline icon indicating copy to clipboard operation
commandline copied to clipboard

How to add examples for verbs?

Open krs0 opened this issue 3 months ago • 0 comments

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

krs0 avatar Oct 20 '25 12:10 krs0