Adding Stamps rotation options to Bash completion

This commit is contained in:
Bill Kendrick 2022-09-05 00:50:05 -07:00
parent 3e9ac55c91
commit 4141d98785

View file

@ -3,7 +3,7 @@
# Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/ # Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/
# Based on inkscape's completion file, by allali@univ-mlv.fr # Based on inkscape's completion file, by allali@univ-mlv.fr
# #
# Last modified 2022-05-15 # Last modified 2022-09-05
# #
# $Id$ # $Id$
@ -55,6 +55,7 @@ _tuxpaint()
--colorsrows=3 \ --colorsrows=3 \
--sysfonts --nosysfonts \ --sysfonts --nosysfonts \
--nostampcontrols --stampcontrols \ --nostampcontrols --stampcontrols \
--nostamprotation --stamprotation \
--nomagiccontrols --magiccontrols \ --nomagiccontrols --magiccontrols \
--noshapecontrols --shapecontrols \ --noshapecontrols --shapecontrols \
--mirrorstamps --dontmirrorstamps \ --mirrorstamps --dontmirrorstamps \