--ssh-key should be string not bool #135

Merged
lunny merged 1 commits from :techknowlogick-patch-1 into master 2020-06-12 02:43:59 +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",