add logout command

modify password prompt to echo masked password
This commit is contained in:
Cory Bennett
2016-08-02 20:04:11 -07:00
parent 108a5b4976
commit c28d46fe8f
3 changed files with 30 additions and 5 deletions
+1
View File
@@ -15,6 +15,7 @@ import (
"net/url"
"os"
"os/exec"
"path"
"path/filepath"
"runtime"
"strings"