Skip to content

Commit

Permalink
Fixed command
Browse files Browse the repository at this point in the history
  • Loading branch information
tteeoo committed May 13, 2020
1 parent a7e9f54 commit f77c9b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file modified bin/sest
Binary file not shown.
8 changes: 7 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ func main() {
fmt.Println("sest: error:", err)
os.Exit(1)
}

err = c.write()
if err != nil {
fmt.Println("sest: error:", err)
os.Exit(1)
}
os.Exit(0)
}
fmt.Println("sest: error: the key \"" + args[2] + "\" does not exist in that container")
Expand Down Expand Up @@ -297,7 +303,7 @@ func main() {
os.Exit(0)

case "-V", "--version":
fmt.Println("sest: version: 0.1.2")
fmt.Println("sest: version: 0.1.3")

case "-h", "--help":
fmt.Println("sest: secure strings\n\n" +
Expand Down

0 comments on commit f77c9b9

Please sign in to comment.