Skip to content
Snippets Groups Projects
Unverified Commit 967ecd3d authored by Kazuki Okamoto's avatar Kazuki Okamoto Committed by GitHub
Browse files

Add a config path on Windows in a message (#9193)

* Add a config path on Windows in a message

* split lines
parent 41225bb4
No related branches found
No related tags found
No related merge requests found
Pipeline #83296 failed
......@@ -1670,6 +1670,7 @@ reportCommand =
, commandDescription = Nothing
, commandNotes = Just $ \_ ->
"You can store your Hackage login in the ~/.config/cabal/config file\n"
++ "(the %APPDATA%\\cabal\\config file on Windows)\n"
, commandUsage = usageAlternatives "report" ["[FLAGS]"]
, commandDefaultFlags = defaultReportFlags
, commandOptions = \_ ->
......@@ -2690,6 +2691,7 @@ uploadCommand =
, commandDescription = Nothing
, commandNotes = Just $ \_ ->
"You can store your Hackage login in the ~/.config/cabal/config file\n"
++ "(the %APPDATA%\\cabal\\config file on Windows)\n"
++ relevantConfigValuesText ["username", "password", "password-command"]
, commandUsage = \pname ->
"Usage: " ++ pname ++ " upload [FLAGS] TARFILES\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment