--ssh-key should be string not bool (#135) #137

Merged
jolheiser merged 1 commits from 6543/tea:backport_135 into release/v0.3 2020-06-15 15:27:18 +00:00

View File

@ -55,7 +55,7 @@ var cmdLoginAdd = cli.Command{
Usage: "Access token. Can be obtained from Settings > Applications",
Required: true,
},
&cli.BoolFlag{
&cli.StringFlag{
Name: "ssh-key",
Aliases: []string{"s"},
Usage: "Path to a SSH key to use for pull/push operations",