Hi! I'm the maintainer of the szurubooru package on nixpkgs, and I would like to extend it to oxibooru. To make things easier to package, it would be great to be able to specify at runtime the location of the .env file (though it can be bypass with DOCKER_DEPLOYEMENT set), and the location of the config.toml file.
This could be done by parsing the arguments of the command-line, for example with clap.
Hope it does not cause any trouble!
Hi! I'm the maintainer of the szurubooru package on nixpkgs, and I would like to extend it to oxibooru. To make things easier to package, it would be great to be able to specify at runtime the location of the
.envfile (though it can be bypass withDOCKER_DEPLOYEMENTset), and the location of theconfig.tomlfile.This could be done by parsing the arguments of the command-line, for example with clap.
Hope it does not cause any trouble!