From c2c857fd19f364fc257e467044cff88db330589c Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Thu, 8 Jan 2026 18:42:05 -0500 Subject: Fix magic number --- cmd/goaes/commands/commands.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/goaes/commands/commands.go') 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 ) -- cgit v1.2.3