Module: XeroCLI
- Defined in:
- lib/xero_cli.rb,
lib/xero_cli/helper.rb,
lib/xero_cli/options.rb,
lib/xero_cli/version.rb,
lib/xero_cli/commands.rb,
lib/xero_cli/constants.rb,
lib/xero_cli/credentials.rb,
lib/xero_cli/options_parser.rb,
lib/xero_cli/templates/transfer.rb,
lib/xero_cli/templates/transaction.rb
Defined Under Namespace
Modules: Helper, Templates Classes: Commands, Constants, Credentials, Options, OptionsParser
Constant Summary collapse
- VERSION =
'0.0.2'.freeze
Class Method Summary collapse
Class Method Details
.run ⇒ Object
25 26 27 28 29 30 31 32 33 |
# File 'lib/xero_cli.rb', line 25 def self.run = XeroCLI::OptionsParser.new xero = .xero xero.parse! = XeroCLI::Options.new(.) commands = XeroCLI::Commands.new(, xero) commands.perform end |