Class: VagrantPlugins::DevCommands::Runner::CommandAlias
- Inherits:
-
Object
- Object
- VagrantPlugins::DevCommands::Runner::CommandAlias
- Defined in:
- lib/vagrant/devcommands/runner/command_alias.rb
Overview
Command alias runner
Constant Summary collapse
- UTIL =
VagrantPlugins::DevCommands::Util
Instance Method Summary collapse
-
#initialize(plugin, argv, env, registry) ⇒ CommandAlias
constructor
A new instance of CommandAlias.
- #run(command_alias) ⇒ Object
Constructor Details
#initialize(plugin, argv, env, registry) ⇒ CommandAlias
Returns a new instance of CommandAlias.
10 11 12 13 14 15 |
# File 'lib/vagrant/devcommands/runner/command_alias.rb', line 10 def initialize(plugin, argv, env, registry) @plugin = plugin @argv = argv @env = env @registry = registry end |