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 cf25742 commit 9028661Copy full SHA for 9028661
cabal-install/Distribution/Client/Setup.hs
@@ -2200,7 +2200,7 @@ uploadCommand = CommandUI {
2200
commandDescription = Nothing,
2201
commandNotes = Just $ \_ ->
2202
"You can store your Hackage login in the ~/.cabal/config file\n"
2203
- ++ relevantConfigValuesText ["username", "password"],
+ ++ relevantConfigValuesText ["username", "password", "password-command"],
2204
commandUsage = \pname ->
2205
"Usage: " ++ pname ++ " upload [FLAGS] TARFILES\n",
2206
commandDefaultFlags = defaultUploadFlags,
0 commit comments