mirror of
https://gitee.com/fujieid/jap.git
synced 2024-12-02 11:18:53 +08:00
📝 Update the jap.sh
This commit is contained in:
parent
ae5ad0224e
commit
91fe0fe9ad
5
jap.sh
5
jap.sh
@ -4,7 +4,7 @@
|
||||
help(){
|
||||
echo "--------------------------------------------------------------------------"
|
||||
echo ""
|
||||
echo "usage: ./jap.sh [updv]"
|
||||
echo "usage: ./jap.sh [updv] [version]"
|
||||
echo ""
|
||||
echo "-updv [version num] Update all jap related versions."
|
||||
echo ""
|
||||
@ -24,6 +24,9 @@ case "$1" in
|
||||
'd')
|
||||
docs/bin/deploy.sh
|
||||
;;
|
||||
'c')
|
||||
docs/bin/codecov.sh
|
||||
;;
|
||||
*)
|
||||
help
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user