pyre.shells.Action

Module Contents

class pyre.shells.Action.Action

Bases: pyre.protocol

A protocol that facilitates application extensibility: components that implement {Action} can be invoked from the command line

main(self, *kwds)

This is the implementation of the action

help(self, **kwds)

Provide help with invoking this action