Implement basic CLI usage help
This commit is contained in:
8
features/steps/output_steps.rb
Normal file
8
features/steps/output_steps.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
Then /^the output must contain exactly the usage$/ do
|
||||
assert_exact_output <<-eoh, all_output
|
||||
Usage: uhwm [options]
|
||||
|
||||
options:
|
||||
-h, --help print this message
|
||||
eoh
|
||||
end
|
Reference in New Issue
Block a user