class Guard::CLI

def init(*plugin_names)

Parameters:
  • plugin_names (Array) -- the name of the Guard plugins to

Other tags:
    See: Guard::Guardfile.initialize_all_templates -
    See: Guard::Guardfile.initialize_template -
def init(*plugin_names)
  env = Cli::Environments::Valid.new(options)
  exitcode = env.initialize_guardfile(plugin_names)
  exit(exitcode)
end