Rewrite #7

Merged
jolheiser merged 7 commits from update into main 2021-02-28 05:04:06 +00:00
Showing only changes of commit ba9333a076 - Show all commits

View File

@ -44,6 +44,7 @@ func New() *cli.App {
Name: "token",
Aliases: []string{"t"},
Usage: "gpm auth token to use",
DefaultText: "${GPM_TOKEN}",
EnvVars: []string{"GPM_TOKEN"},
Destination: &flags.Token,
},