1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

c.f. 42499: tera torn: update twisted completion stub for new twist command

This commit is contained in:
Oliver Kiddle 2018-04-08 10:51:35 +02:00
parent 8e6c1d8b47
commit 5bd63f4d69
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2018-04-08 Oliver Kiddle <okiddle@yahoo.co.uk>
* c.f. 42499: tera torn: Completion/Unix/Command/_twisted:
update twisted completion stub for new twist command
2018-04-07 Oliver Kiddle <okiddle@yahoo.co.uk>
* 42605: Src/Modules/mapfile.c, Src/Zle/complete.c,

View file

@ -1,4 +1,4 @@
#compdef twistd trial conch cftp tapconvert ckeygen lore pyhtmlizer tap2deb tkconch manhole tap2rpm
#compdef twist twistd trial conch cftp ckeygen pyhtmlizer tkconch
#
# This is the ZSH completion file for Twisted commands. It calls the current
# command-line with the special "--_shell-completion" option which is handled
@ -27,7 +27,7 @@ else
echo "\nCompletion error running command:" ${(qqq)cmd}
echo -n "If output below is unhelpful you may need to edit this file and "
echo "redirect stderr to a file."
echo "Expected completion function, but instead got:"
echo "Expected completion function, but instead got:"
echo $output
return 1
fi