Daohub-io / cap9

Capability-based security protocol for smart contracts
Apache License 2.0
22 stars 10 forks source link

Make --acl the default #195

Closed JakeOShannessy closed 4 years ago

JakeOShannessy commented 5 years ago

Currently when creating a new project via cap9-cli new the default is to create it without an ACL and you need to add the flag --acl to include an ACL. As the ACL is primary and easiest path to getting started, we should probably use an ACL by default and include a --no-acl flag.

Latrasis commented 4 years ago

Closing this with #191