mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
lscss: Implement zsh and bash autocompletion
Add generation of shell autocompletion scripts. Modify --devtype flag description to make it compatible with zsh autocompletion. Acked-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Szabina Korbai <szkorbai@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
35d5f41232
commit
e9ee658492
@@ -1,6 +1,11 @@
|
||||
# Common definitions
|
||||
include ../../common.mak
|
||||
|
||||
zsh-completions = _lscss
|
||||
bash-completions = lscss.bash
|
||||
|
||||
include ../../common_autocomp.mak
|
||||
|
||||
libs = $(rootdir)/libccw/libccw.a \
|
||||
$(rootdir)/libutil/libutil.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user