Class: Playwright::CLI::Commands::Generate
- Inherits:
-
Hanami::CLI::Command
- Object
- Hanami::CLI::Command
- Playwright::CLI::Commands::Generate
- Defined in:
- lib/playwright/cli/commands/generate.rb,
lib/playwright/cli/commands/generate/command.rb
Defined Under Namespace
Classes: Command
Instance Method Summary collapse
Instance Method Details
#call(name:, type:) ⇒ Object
18 19 20 |
# File 'lib/playwright/cli/commands/generate.rb', line 18 def call(name:, type:, **) Command.run(name, type.to_sym) end |