From 57f5e383a108e96e47f7251e1eb7732db91af16a Mon Sep 17 00:00:00 2001 From: Suraj B M Date: Thu, 2 Oct 2025 23:49:46 +0530 Subject: [PATCH] fix: argname in export command --- cmd/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/export.go b/cmd/export.go index 26367eb..a0de946 100644 --- a/cmd/export.go +++ b/cmd/export.go @@ -11,7 +11,7 @@ import ( // exportCmd represents the export command var exportCmd = &cobra.Command{ - Use: "export [env-name]", + Use: "export [environment]", Short: "Export an environment as a .env file", Run: func(cmd *cobra.Command, args []string) { all, err := cmd.Flags().GetBool("all")