denisdefreyne / cri

A tool for building commandline applications
MIT License
120 stars 19 forks source link

Ensure parent opts are propagated as well #86

Closed denisdefreyne closed 6 years ago

denisdefreyne commented 6 years ago

This fixes #85.

The options for a parent command need to be merged into the options for a child command. This wasn’t the case before.