mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* feat: create field to define alias-completer this will resolve checking parser or alias. Now the alias can define how it completes. will solve https://github.com/xonsh/xonsh/pull/4267#discussion_r676066853 * docs: * fix: mypy error * fix: rst qa * style:
24 lines
323 B
ReStructuredText
24 lines
323 B
ReStructuredText
**Added:**
|
|
|
|
* Added interface to complete any alias that has ``xonsh_complete`` attribute. It is a function with ``fn(**kwargs) -> Iterator[RichCompletion | str]`` signature.
|
|
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* <news item>
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|