fix: argname in export command

This commit is contained in:
2025-10-02 23:49:46 +05:30
parent 34b87db44c
commit 57f5e383a1

View File

@@ -11,7 +11,7 @@ import (
// exportCmd represents the export command // exportCmd represents the export command
var exportCmd = &cobra.Command{ var exportCmd = &cobra.Command{
Use: "export [env-name]", Use: "export [environment]",
Short: "Export an environment as a .env file", Short: "Export an environment as a .env file",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
all, err := cmd.Flags().GetBool("all") all, err := cmd.Flags().GetBool("all")