Closed jgabaut closed 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.
1.9.9
-C
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.
invil 0.1.4
clap
This is still not backwards compatible with <=1.9.7, as -C was used to pass start time.
<=1.9.7
Also see:
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 forclap
.This is still not backwards compatible with
<=1.9.7
, as-C
was used to pass start time.Related
Also see:
89