Revision 42a47522e608c1603d04458470ae02a4d2585c07 authored by ChristopherBiscardi on 11 May 2018, 08:00:37 UTC, committed by Ian Vernon on 11 May 2018, 17:37:11 UTC
Add shorthand aliases to the list sub-commands. This is a "first
issue" related change to get more familiar with the code. cobra
supports aliases through an `Aliases` field, so I used that to add
shorthand support.

fixes #4018

Signed-off-by: ChristopherBiscardi <chris@christopherbiscardi.com>
1 parent d1e423e
Raw File
requirements.txt
alabaster==0.7.10
Babel==2.4.0
certifi==2017.7.27.1
chardet==3.0.4
docutils==0.14
functools32==3.2.3.post2
idna==2.5
imagesize==0.7.1
Jinja2==2.9.6
jsonschema==2.6.0
MarkupSafe==1.0
Pygments==2.2.0
pytz==2017.2
PyYAML==3.12
requests==2.18.3
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.6.3
sphinx-rtd-theme==0.2.4
sphinxcontrib-httpdomain==1.5.0
sphinxcontrib-openapi==0.3.1
sphinxcontrib-websupport==1.0.1
typing==3.6.2
urllib3==1.22
sphinx-tabs==1.1.6
recommonmark==0.4.0
sphinxcontrib-spelling
back to top