lib/SANStore/cli/base.rb in shu-san-scripts-0.0.2 vs lib/SANStore/cli/base.rb in shu-san-scripts-0.1.0

- old
+ new

@@ -49,10 +49,10 @@ # Add help command self.help_command = SANStore::CLI::Commands::Help.new add_command(self.help_command) # Add other commands - #add_command(SANStore::CLI::Commands::NewVol.new) + add_command(SANStore::CLI::Commands::NewVol.new) #add_command(SANStore::CLI::Commands::ListVols.new) end # Returns the list of global option definitionss. def global_option_definitions