We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cea2a8 commit 55b82d7Copy full SHA for 55b82d7
mscs.completion
@@ -12,7 +12,7 @@ _mscs() {
12
OPTS="
13
backup console create delete disable enable force-restart force-stop list
14
list-backups logrotate map new overviewer remove restart restore-backup
15
- broadcast send show start status stop sync update watch usage
+ broadcast send show start status stop sync update force-update watch usage
16
"
17
18
LIST_OPTS="enabled disabled running stopped"
@@ -30,7 +30,7 @@ _mscs() {
30
COMPREPLY=($(compgen -W "$WORLDS" -- ${COMP_WORDS[COMP_CWORD]}))
31
;;
32
disable|sync|send|watch|logrotate|backup|map|overviewer|\
33
- list-backups|restore-backup)
+ list-backups|restore-backup|update|force-update)
34
WORLDS=$(list_worlds enabled)
35
36
0 commit comments