Skip to content
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

Add method for joining many cabals #42

Open
cblgh opened this issue May 16, 2020 · 0 comments
Open

Add method for joining many cabals #42

cblgh opened this issue May 16, 2020 · 0 comments

Comments

@cblgh
Copy link
Member

cblgh commented May 16, 2020

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 */ })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant