Class: Playwright::CLI::Commands::Generate

Inherits:
Hanami::CLI::Command
  • Object
show all
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