we found changes made by Arnaud Lemaire rather useful: https://github.com/blablacar/acserver https://github.com/blablacar/dgr/issues/174 1) are those too much for you to pull back? 2) on the other hand we found current `acserver` command line interface inflexible from the expansion, modification and usage point of view: ``` Usage of /usr/bin/acserver: acserver SERVER_NAME ACI_DIRECTORY TEMPLATE_DIRECTORY USERNAME PASSWORD ``` - can you please use named (not positional) parameters? - can you allow "unexpected" `-flag` or `--flag` for expansion by a fork?
we found changes made by Arnaud Lemaire rather useful:
https://github.com/blablacar/acserver
blablacar/dgr#174
are those too much for you to pull back?
on the other hand we found current
acservercommand line interfaceinflexible from the expansion, modification and usage point of view:
-flagor--flagfor expansion by a fork?