We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2a1f8 commit 91bf04aCopy full SHA for 91bf04a
main.go
@@ -60,12 +60,12 @@ Flags:
60
61
func main() {
62
if version {
63
- fmt.Println("\nCurrent version:\n v1.1.1")
+ fmt.Println("\nCurrent version:\n v1.1.2")
64
65
os.Exit(3)
66
}
67
68
- if (!clipboard && !file && !output && !upload) {
+ if (!clipboard && !file && save == "" && !output && !upload) {
69
log.Fatalln("You need to specify at least a save method, check 'ghost --help'.")
70
71
0 commit comments