mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00

* feat: add index to sqlite-history table * feat: support style argument to RichCompletion object this will enable setting style for ptk completers * feat: add xonsh cli/argparser utils * feat: add python api for adding/removing completers fixes #3972 * fix: mypy error * docs: add api doc * fix: circular imports * docs: * fix: testing get-doc cross-platform * Update xonsh/completers/_aliases.py Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> * Update xonsh/completers/_aliases.py Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> * style: convert % to f-strings Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
11 lines
246 B
ReStructuredText
11 lines
246 B
ReStructuredText
.. _xonsh_cli_utils:
|
|
|
|
***********************************************
|
|
ArgParser Utils (``xonsh.cli_utils``)
|
|
***********************************************
|
|
|
|
.. automodule:: xonsh.cli_utils
|
|
:members:
|
|
:undoc-members:
|
|
:private-members:
|
|
|