Closed g-foster2020 closed 1 year ago
Requirements:
ws
ws --help
ws --help command
ws [--help] badcommand
Note to self - for a handle on relevant source code see https://github.com/my127/workspace/pull/141
Requirements:
ws
alone shall be exit 0 and stdoutws --help
shall be exit 0 and stdoutws --help command
shall be exit 0 and stdoutws [--help] badcommand
shall be exit 127 and stderrws --help
shall not throw an error (command "" does not exist)