Lines Matching full:commands
10 commands or replacements for existing commands. New commands may be written to
12 replacements for existing commands may be made to modify details of how the
16 want to modify existing commands; many simply add a few file extensions that
21 :class:`distutils.cmd.Command` class. New commands may directly inherit from
23 indirectly, directly subclassing the command they are replacing. Commands are
26 .. % \section{Extending existing commands}
29 .. % \section{Writing new commands}
30 .. % \label{new-commands}
34 Integrating new commands
62 commands to be added which can support existing :file:`setup.py` scripts without
65 the commands can be used for anything distutils commands can be used for. A new
68 searched for modules implementing commands. Like all distutils options, this
71 any commands on the command line. If set in a configuration file, it can be
82 in that order. New commands are expected to be implemented in modules of the
92 Commands that create distributions (files in the :file:`dist/` directory) need