mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix #69, tab completion quitting session
This commit is contained in:
parent
8af7d32eec
commit
a749f8e866
@ -68,6 +68,9 @@ _msm() {
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
start|config)
|
||||
# Do nothing, just don't execute the server logic
|
||||
;;
|
||||
*)
|
||||
# Server options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user