Source Update
This commit is contained in:
parent
8808aa7b93
commit
219aac45e5
@ -42,6 +42,8 @@ stop () {
|
||||
exit 1
|
||||
}
|
||||
|
||||
{{ COMMANDS }}
|
||||
|
||||
COMMAND=$1
|
||||
|
||||
start
|
||||
|
43
wx
43
wx
@ -42,6 +42,49 @@ stop () {
|
||||
exit 1
|
||||
}
|
||||
|
||||
warencli-help() {
|
||||
echo "
|
||||
Usage: $0 COMMAND [OPTIONS]
|
||||
|
||||
Common Commands:
|
||||
ssh SSH
|
||||
config Config
|
||||
sign Certificates
|
||||
|
||||
Authentication Commands:
|
||||
login Login
|
||||
logout Logout
|
||||
|
||||
Management Commands:
|
||||
settings Settings
|
||||
";
|
||||
}
|
||||
|
||||
warencli-settings() {
|
||||
echo ">>> Settings";
|
||||
}
|
||||
|
||||
warencli-ssh() {
|
||||
echo ">>> SSH";
|
||||
}
|
||||
|
||||
warencli-login() {
|
||||
echo ">>> Authentication: Login";
|
||||
}
|
||||
|
||||
warencli-logout() {
|
||||
echo ">>> Authentication: Logout";
|
||||
}
|
||||
|
||||
warencli-ssh-config(){
|
||||
echo ">>> SSH: Config"
|
||||
}
|
||||
|
||||
warencli-ssh-sign(){
|
||||
echo ">>> SSH: Certificates"
|
||||
}
|
||||
|
||||
|
||||
COMMAND=$1
|
||||
|
||||
start
|
||||
|
Loading…
Reference in New Issue
Block a user