Module: CommandButler::Input::VALUE

Defined in:
lib/command_butler/input.rb

Constant Summary collapse

EXECUTE =
%w(y yes)
SKIP =
%w(s skip n no)
ABORT =
%w(a abort q quit)