mirror of
https://github.com/silicoflare/envy.git
synced 2026-05-26 11:49:52 +05:30
fix: argname in export command
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user