We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add
1 parent d3dbf2a commit cf363abCopy full SHA for cf363ab
cmd/backup.go
@@ -13,9 +13,10 @@ import (
13
14
// backupCmd represents the backup command
15
var backupCmd = &cobra.Command{
16
- Use: "backup <path>",
17
- Short: "Import a .env file into envr",
18
- Args: cobra.ExactArgs(1),
+ Use: "backup <path>",
+ Short: "Import a .env file into envr",
+ Aliases: []string{"add"},
19
+ Args: cobra.ExactArgs(1),
20
// Long: `Long desc`
21
RunE: func(cmd *cobra.Command, args []string) error {
22
path := args[0]
0 commit comments