crystal-lang / shards

Dependency manager for the Crystal language
Other
763 stars 100 forks source link

Add `--frozen` and `--without-development` CLI flags #473

Closed straight-shoota closed 3 years ago

straight-shoota commented 3 years ago

This patch adds flags --frozen and --without-development which allow to use the two functions of --production individually.

There's also a behavioural change included in ff457ff which lets --frozen fail when shard.lock is missing. This should actually be the expected behaviour, also for --production.

Resolves most of #452