Class: Playwright::CLI::Commands::Destroy

Inherits:
Hanami::CLI::Command
  • Object
show all
Defined in:
lib/playwright/cli/commands/destroy.rb,
lib/playwright/cli/commands/destroy/command.rb

Defined Under Namespace

Classes: Command

Instance Method Summary collapse

Instance Method Details

#call(name: nil) ⇒ Object



17
18
19
# File 'lib/playwright/cli/commands/destroy.rb', line 17

def call(name: nil, **)
  Command.run(name)
end