Implement ruby feature loading (-r CLI option)
This commit is contained in:
5
features/cli/ruby_features.feature
Normal file
5
features/cli/ruby_features.feature
Normal file
@@ -0,0 +1,5 @@
|
||||
Feature: ruby feature require CLI option
|
||||
|
||||
Scenario: requires a ruby feature
|
||||
When I run uhwm with option -v -r abbrev
|
||||
Then the current output must match /load.+abbrev.+ruby feature/i
|
@@ -23,6 +23,7 @@ options:
|
||||
-h, --help print this message
|
||||
-v, --version enable verbose mode
|
||||
-d, --debug enable debug mode
|
||||
-r, --require PATH require ruby feature
|
||||
eoh
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user