pyre.shells.Command

Module Contents

class pyre.shells.Command.Command(name, spec, plexus, **kwds)

Bases: pyre.component

A component that implements {Action}

dry
doc = show what would get done without actually doing anything
pyre_spec
main(self, plexus, **kwds)

This is the implementation of the action

help(self, plexus, **kwds)

Show a help screen

__call__(self, plexus, argv)

Commands are callable

pyre_help(self, spec, indent=' ' * 4, **kwds)

Hook for the application help system