class Clamp::Completion::Wanted
Raised when –shell-completions is used; caught by Command.run.
Attributes
command[R]
shell[R]
Public Class Methods
new(command, shell)
click to toggle source
Calls superclass method
# File lib/clamp/completion.rb, line 24 def initialize(command, shell) super("completion requested") @command = command @shell = shell end