mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added bash completion for the server "save" commands.
This commit is contained in:
parent
ea15ad404e
commit
a64de96a2d
@ -226,6 +226,11 @@ _msm() {
|
|||||||
options="set add"
|
options="set add"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
save)
|
||||||
|
if [[ $COMP_CWORD == 3 ]]; then
|
||||||
|
options="on off all"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user