MicahElliott / captain

A simpler approach to git-hook management
Other
2 stars 0 forks source link

Support setting options in control file or .captrc #27

Open MicahElliott opened 11 months ago

MicahElliott commented 11 months ago

Instead of just env vars, could allow for settings to be controlled in both share.sh and local.sh. Could tell them apart from triggers by simple fact that they are scalars instead of arrays.

But might be simpler/better to just support a .captrc config file (if env vars are not enough).