We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cabal client is still a bit rough to get going with, people resort to reading the cabal-cli source as the canonical documentation.
One thing that could help is extracting the logic for joining many cabals, which is a common enough usecase that it should just be supported outright.
from cli
var pendingCabals = args.new ? [client.createCabal()] : keys.map(client.addCabal.bind(client)) Promise.all(pendingCabals).then(() => { /* do stuff */ })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cabal client is still a bit rough to get going with, people resort to reading the cabal-cli source as the canonical documentation.
One thing that could help is extracting the logic for joining many cabals, which is a common enough usecase that it should just be supported outright.
from cli
The text was updated successfully, but these errors were encountered: