We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d62ab commit 0e8506bCopy full SHA for 0e8506b
TODO
@@ -0,0 +1,8 @@
1
+- make completions sensitive to context (currently, something like 'tail <TAB>'
2
+ and 'tail -n <TAB>' would give the same completion options, although only
3
+ numbers should work in the latter)
4
+- add support for zsh (or rule out the possibility)
5
+- add support for csh (or rule out the possibility)
6
+- add support for ksh (or rule out the possibility)
7
+- add support for fish (or rule out the possibility)
8
+- possibly add a '--_completion_script SHELL_TYPE' option to generate a traditional completion script for the program itself
0 commit comments