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