Improve conversion script interface
gargantext-cli ini
now takes two optional arguments:
-
--ini-path somefile.ini
: will read the configuration fromsomefile.ini
. Defaults togargantext.ini
-
--toml-path somefile.toml
: will write the configuration converted to TOML intosomefile.toml
(warning: it will erase the former file if there is already one!) Defaults togargantext-settings.toml
Since it writes to a file, the command no longer outputs the configuration to standard output.