Module: OsUp::Cli
- Defined in:
- lib/osup/cli.rb,
lib/osup/cli/app.rb
Defined Under Namespace
Classes: App, Command, Main, Runner
Class Method Summary
collapse
Class Method Details
.run ⇒ Object
5
6
7
|
# File 'lib/osup/cli.rb', line 5
def self.run
App.run
end
|