We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa4af4 commit 1fbc66cCopy full SHA for 1fbc66c
cli/src/User/Requester/Options.hs
@@ -31,7 +31,9 @@ import OptEnvConf
31
, commands
32
, env
33
, help
34
+ , long
35
, metavar
36
+ , option
37
, reader
38
, setting
39
, str
@@ -145,6 +147,8 @@ keySelectorOption =
145
147
, help "Which key selector to use from the SSH file"
146
148
, metavar "STRING"
149
, reader str
150
+ , long "ssh-key-selector"
151
152
]
153
154
keyFileOption :: Parser FilePath
@@ -154,6 +158,8 @@ keyFileOption =
158
, help "Path to the SSH private key file"
155
159
, metavar "FILEPATH"
156
160
161
+ , long "ssh-key-file"
162
157
163
164
165
keyPasswordOption :: Parser String
0 commit comments