Class: S7n::S7nCli::QuitCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/s7n/s7ncli/command.rb

Overview

プログラムを終了するコマンドを表現する。

Instance Attribute Summary

Attributes inherited from Command

#config, #options, #world

Instance Method Summary collapse

Methods inherited from Command

#aliases, create_instance, #description, #help, #initialize, #name, #option_parser, split_name_and_argv, #usage

Constructor Details

This class inherits a constructor from S7n::S7nCli::Command

Instance Method Details

#run(argv) ⇒ Object



210
211
212
# File 'lib/s7n/s7ncli/command.rb', line 210

def run(argv)
  return false
end