jgabaut / amboso

Build tool wrapping make. Written in bash.
GNU General Public License v3.0
4 stars 0 forks source link

[FEATURE] Version 1.9.9 breaks -C flag from 1.9.8 #81

Closed jgabaut closed 10 months ago

jgabaut commented 10 months ago

Version 1.9.9 changes the -C flag to pass a file whose contents will be used as the config argument, rather than using the argument directly.

This was done because invil 0.1.4 seemed to have problems passing a literal string with double dashes as argument to a flag for clap.

This is still not backwards compatible with <=1.9.7, as -C was used to pass start time.

Related

Also see: