LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
935 stars 33 forks source link

Private flags for add command #283

Open njlr opened 5 years ago

njlr commented 5 years ago

To add a private package, current process is:

buckaroo add ...

Then edit TOML:

[[dependency]]
...
private = true

User should be able to do:

buckaroo add --private ...