python-click/examples/aliases
2021-10-09 21:31:57 -04:00
..
aliases.ini Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
aliases.py New upstream version 8.0.2 2021-10-09 21:31:57 -04:00
README Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
setup.py New upstream version 7.1.2 2020-07-21 02:23:42 -04:00

$ aliases_

  aliases is a fairly advanced example that shows how
  to implement command aliases with Click.  It uses a
  subclass of the default group to customize how commands
  are located.

  It supports both aliases read from a config file as well
  as automatic abbreviations.

  The aliases from the config are read from the aliases.ini
  file.  Try `aliases st` and `aliases ci`!

Usage:

  $ pip install --editable .
  $ aliases --help