Specify alternate run control file path from CLI
This commit is contained in:
9
features/cli/run_control.feature
Normal file
9
features/cli/run_control.feature
Normal file
@@ -0,0 +1,9 @@
|
||||
Feature: run control file path CLI option
|
||||
|
||||
Scenario: changes the path to run control file
|
||||
Given a file named uhwmrc.rb with:
|
||||
"""
|
||||
puts 'run control evaluation'
|
||||
"""
|
||||
When I run uhwm with option -f uhwmrc.rb
|
||||
Then the output must contain "run control evaluation"
|
@@ -6,6 +6,7 @@ options:
|
||||
-h, --help print this message
|
||||
-v, --version enable verbose mode
|
||||
-d, --debug enable debug mode
|
||||
-f, --run-control PATH specify alternate run control file
|
||||
-r, --require PATH require ruby feature
|
||||
-l, --layout LAYOUT specify layout
|
||||
eoh
|
||||
|
Reference in New Issue
Block a user