mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-26 20:34:48 +01:00
Merge pull request #60 from Oj18/patch-1
Fixed termux-toast to allow -s (short) anywhere
This commit is contained in:
commit
a6e432b160
@ -19,7 +19,7 @@ while getopts :hsc:b:g: option
|
|||||||
do
|
do
|
||||||
case "$option" in
|
case "$option" in
|
||||||
h) show_usage;;
|
h) show_usage;;
|
||||||
s) PARAMS=" --ez short true";;
|
s) PARAMS+=" --ez short true";;
|
||||||
c) PARAMS+=" --es text_color $OPTARG";;
|
c) PARAMS+=" --es text_color $OPTARG";;
|
||||||
b) PARAMS+=" --es background $OPTARG";;
|
b) PARAMS+=" --es background $OPTARG";;
|
||||||
g) PARAMS+=" --es gravity $OPTARG";;
|
g) PARAMS+=" --es gravity $OPTARG";;
|
||||||
|
Loading…
Reference in New Issue
Block a user