File: README

package info (click to toggle)
python-asyncclick 8.1.8.0%2Basync-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,444 kB
  • sloc: python: 11,700; makefile: 22; sh: 10
file content (17 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$ 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