Skip to content

Commit eff17be

Browse files
committed
Mention password-command option in upload --help
1 parent cf25742 commit eff17be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cabal-install/Distribution/Client/Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ uploadCommand = CommandUI {
22002200
commandDescription = Nothing,
22012201
commandNotes = Just $ \_ ->
22022202
"You can store your Hackage login in the ~/.cabal/config file\n"
2203-
++ relevantConfigValuesText ["username", "password"],
2203+
++ relevantConfigValuesText ["username", "password", "password-command"],
22042204
commandUsage = \pname ->
22052205
"Usage: " ++ pname ++ " upload [FLAGS] TARFILES\n",
22062206
commandDefaultFlags = defaultUploadFlags,

cabal-install/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
-*-change-log-*-
22

3+
3.3.0.1
4+
* `upload --help` now includes `password-command` as a config file option (#5224)
5+
36
3.2.0.0 Someone <mailto:[email protected]> February 2020
47
* `v2-build` (and other `v2-`prefixed commands) now accept the
58
`--benchmark-option(s)` flags, which pass options to benchmark executables

0 commit comments

Comments
 (0)