7d7f676260
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
30 lines
886 B
Plaintext
30 lines
886 B
Plaintext
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
|
|
|
|
mono Documentation/en/examples/commands.exe has spaces
|
|
|
|
mono Documentation/en/examples/commands.exe set file type whatever
|