method
perform
v8.0.0 -
Show latest stable
- Class:
Rails::Command::DevcontainerCommand
perform(*)public
No documentation available.
# File railties/lib/rails/commands/devcontainer/devcontainer_command.rb, line 10
def perform(*)
boot_application!
say "Generating Dev Container with the following options:"
devcontainer_options.each do |option, value|
say "#{option}: #{value}"
end
Rails::Generators::DevcontainerGenerator.new([], devcontainer_options).invoke_all
end