| Module | Mixlib::CLI |
| In: |
lib/mixlib/cli.rb
|
| banner | [RW] | |
| config | [RW] | |
| opt_parser | [RW] | |
| options | [RW] |
Create a new Mixlib::CLI class. If you override this, make sure you call super!
| *args<Array>: | The array of arguments passed to the initializer |
| object<Mixlib::Config>: | Returns an instance of whatever you wanted :) |