Compare commits

..

No commits in common. "0b8ea6b7bfa3610b8e5df3e307fe249aa0f5ebbd" and "219aac45e518f0ba36f5c2c7d1f56c8459cc7cd5" have entirely different histories.

9 changed files with 52 additions and 52 deletions

View File

@ -1,3 +1,3 @@
warencli-login() {
echo ">>> Login <<<";
echo ">>> Authentication: Login";
}

View File

@ -1,3 +1,3 @@
warencli-logout() {
echo ">>> Logout <<<";
echo ">>> Authentication: Logout";
}

View File

@ -1,3 +1,3 @@
warencli-settings() {
echo ">>> Settings <<<";
echo ">>> Settings";
}

View File

@ -1,3 +1,3 @@
warencli-ssh() {
echo ">>> SSH <<<";
echo ">>> SSH";
}

View File

@ -1,3 +1,3 @@
warencli-ssh-config(){
echo ">>> SSH: Config <<<"
echo ">>> SSH: Config"
}

View File

@ -1,3 +1,3 @@
warencli-ssh-sign(){
echo ">>> SSH: Certificates <<<"
echo ">>> SSH: Certificates"
}

12
wx
View File

@ -61,27 +61,27 @@ Management Commands:
}
warencli-settings() {
echo ">>> Settings <<<";
echo ">>> Settings";
}
warencli-ssh() {
echo ">>> SSH <<<";
echo ">>> SSH";
}
warencli-login() {
echo ">>> Login <<<";
echo ">>> Authentication: Login";
}
warencli-logout() {
echo ">>> Logout <<<";
echo ">>> Authentication: Logout";
}
warencli-ssh-config(){
echo ">>> SSH: Config <<<"
echo ">>> SSH: Config"
}
warencli-ssh-sign(){
echo ">>> SSH: Certificates <<<"
echo ">>> SSH: Certificates"
}