2017-06-07 13:16:24 +00:00
|
|
|
mono Documentation/en/examples/commands.exe
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe --help
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe help
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe help --help
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe help echo
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe echo --help
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe echo hello, world
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe requires-args
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe help requires-args
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe requires-args --help
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe requires-args -n World
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe invalid-command
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe help invalid-command
|
2018-08-07 15:19:03 +00:00
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe has spaces
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe set file type whatever
|
2019-02-04 20:11:37 +00:00
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe completions
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe completions e
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe completions s
|
|
|
|
|
|
|
|
mono Documentation/en/examples/commands.exe completions s o
|