Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
867b89b8
Commit
867b89b8
authored
Mar 23, 2020
by
Sasa
💬
Committed by
Oleg Grenrus
Apr 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention password-command option in upload --help
parent
30da456b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
cabal-install/Distribution/Client/Setup.hs
cabal-install/Distribution/Client/Setup.hs
+1
-1
changelog.d/issue-5224
changelog.d/issue-5224
+3
-0
No files found.
cabal-install/Distribution/Client/Setup.hs
View file @
867b89b8
...
...
@@ -2201,7 +2201,7 @@ uploadCommand = CommandUI {
commandDescription
=
Nothing
,
commandNotes
=
Just
$
\
_
->
"You can store your Hackage login in the ~/.cabal/config file
\n
"
++
relevantConfigValuesText
[
"username"
,
"password"
],
++
relevantConfigValuesText
[
"username"
,
"password"
,
"password-command"
],
commandUsage
=
\
pname
->
"Usage: "
++
pname
++
" upload [FLAGS] TARFILES
\n
"
,
commandDefaultFlags
=
defaultUploadFlags
,
...
...
changelog.d/issue-5224
0 → 100644
View file @
867b89b8
synopsis: `upload --help` now includes `password-command` as a config file option (#5224)
issues: #5224
prs: #6609 #6313 #6680
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment