class Pry::Command

The super-class of all commands, new commands should be created by calling {Pry::CommandSet#command} which creates a BlockCommand or {Pry::CommandSet#create_command} which creates a ClassCommand. Please don’t use this class directly.

N.B. using a regular expression here so that “raise-up ‘foo’” does the right thing.