Add completion for eg (#9356)

Closes #9356
This commit is contained in:
EmilySeville7cfg 2022-11-19 20:18:34 +10:00 committed by Johannes Altmanninger
parent 3c3e7369ae
commit a4c9b3a70d
2 changed files with 12 additions and 0 deletions

View File

@ -116,6 +116,7 @@ Completions
- ``clojure``
- ``loadkeys``
- ``toot``
- ``eg``
- Improvements to some completions.

11
share/completions/eg.fish Normal file
View File

@ -0,0 +1,11 @@
# Based on https://github.com/srsudar/eg/blob/master/eg/core.py#L75 source code
complete -c eg -s v -l version -d 'Show version and exit'
complete -c eg -s f -l config-file -d 'A path to a .egrc file'
complete -c eg -s e -l edit -d 'Edit custom examples for a specific command'
complete -c eg -l examples-dir -d 'A location to examples/ directory'
complete -c eg -s c -l custom-dir -d 'A path to a directory with user-defined examples'
complete -c eg -s p -l pager-cmd -d 'A pager'
complete -c eg -s l -l list -d 'Show all the programs with eg entries'
complete -c eg -l color -d 'Colorize output'
complete -c eg -l no-color -d 'Do not colorize output'