We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b36adf + 28daf92 commit 59237feCopy full SHA for 59237fe
1 file changed
deisctl/deisctl.go
@@ -64,6 +64,8 @@ Options:
64
if helpFlag {
65
fmt.Print(usage)
66
return 0
67
+ } else if argv[0] == "--version" {
68
+ return 0
69
}
70
return 1
71
0 commit comments