Method: KnifeSous::NodeCommand#check_args
- Defined in:
- lib/knife_sous/node_command.rb
#check_args ⇒ Object
27 28 29 30 31 32 33 |
# File 'lib/knife_sous/node_command.rb', line 27 def check_args unless name_args.size > 0 ui.fatal "You need to specificy a node or namespace" show_usage exit 1 end end |