mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Removed initialisms from bash tab completion of server commands.
They still exist as command options but will not be auto completed. They were all only two letters each, and confused the auto complete list.
This commit is contained in:
parent
9bc4abb0a7
commit
572e9f93a2
@ -52,7 +52,7 @@ _msm() {
|
||||
# If the server exists
|
||||
|
||||
if [[ $COMP_CWORD == 2 ]]; then
|
||||
options="start stop restart status connected worlds logroll backup jar wl whitelist bl blacklist op operator gm gamemode kick say time tdf toggledownfall save cmd cmdlog"
|
||||
options="start stop restart status connected worlds logroll backup jar whitelist blacklist operator gamemode kick say time tdf toggledownfall save cmd cmdlog"
|
||||
else
|
||||
case "${COMP_WORDS[2]}" in
|
||||
stop|restart)
|
||||
|
Loading…
Reference in New Issue
Block a user