summaryrefslogtreecommitdiff
path: root/cmd/goaes/commands/commands.go
diff options
context:
space:
mode:
authorLevi Durfee <levi.durfee@gmail.com>2026-01-08 18:42:05 -0500
committerLevi Durfee <levi.durfee@gmail.com>2026-01-08 18:42:13 -0500
commitc2c857fd19f364fc257e467044cff88db330589c (patch)
tree2e61e7b11a3c42f601ff082298d569b1e989e5dc /cmd/goaes/commands/commands.go
parentcb42c253aa3543301a43e5abf3e9ddffd90f7e0a (diff)
Fix magic number
Diffstat (limited to 'cmd/goaes/commands/commands.go')
-rw-r--r--cmd/goaes/commands/commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/goaes/commands/commands.go b/cmd/goaes/commands/commands.go
index 2a6f51e..9fda472 100644
--- a/cmd/goaes/commands/commands.go
+++ b/cmd/goaes/commands/commands.go
@@ -3,4 +3,5 @@ package commands
const (
fileMode = 0600
PassphraseEnvVar = "GOAES_PASSPHRASE"
+ invalidArgsExit = 2
)