Skip to content

Commit

Permalink
feat: add the environment variable AQUA_REMOVE_MODE (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Sep 17, 2024
1 parent 5deb7d8 commit e6c436b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (r *Runner) newRemoveCommand() *cli.Command {
&cli.StringFlag{
Name: "mode",
Aliases: []string{"m"},
EnvVars: []string{"AQUA_REMOVE_MODE"},
Usage: "Removed target modes. l: link, p: package",
},
&cli.BoolFlag{
Expand Down

0 comments on commit e6c436b

Please sign in to comment.