Source Update
This commit is contained in:
22
src/commands/help.sh
Normal file
22
src/commands/help.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
|
||||
Maintenance Commands:
|
||||
install Install
|
||||
update Update
|
||||
";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user