-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document missing commands #8309
Conversation
Notice how |
iirc fetch does not work with v2- or multi package projects. The |
Rendering at: https://cabal--8309.org.readthedocs.build/en/8309/cabal-commands.html Great job! |
The commands listed under 5.2 appear in no recognizable order. Maybe, while you are at it, could you break 5.2 into several sections grouping commands by theme.
This is a rough classification, open to amendments. I think some classification is better than just a soup in random order. |
Added:
I appreciate sectioning, we can add it once everyone is happy with the descriptions. |
Yes, let's handle this in another PR. |
I really like the sectioning proposal, could we create an issue about (if it does not exist) to not miss it? |
See |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, except one question about cabal get -s
.
@Mergifyio backport 3.8 |
✅ Backports have been created
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing, love doc improvements like this one, many thanks!
* Add `cabal get` documentation * Add `cabal upload` documentation * Add `cabal info` documentation * Add `cabal fetch` documentation * Add `cabal init` documentation stub * Add `cabal list` documentation * Add `cabal report` documentation * Add `cabal user-config` documentation * Add changelog for #8309 * Document alternatives to `cabal fetch` (cherry picked from commit ca03864)
Document missing commands (backport #8309)
Document (or at least stub):
fetch
,get
,info
,init
,list
,report
,unpack
,upload
,user-config
.Closes #8308, closes #7884, closes #7978 and most likely others I was not able to find.
Please include the following checklist in your PR:
Please also shortly describe how you tested your change. Bonus points for added tests!