]> _ Git - alire.git/commit
Refactor `--config` as `--settings` (#1627)
authorAlejandro R Mosteo <amosteo@unizar.es>
Mon, 11 Mar 2024 15:41:10 +0000 (16:41 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2024 15:41:10 +0000 (16:41 +0100)
commitef83f192f1dee973a73fd3fdf35792650386865e
tree6490e79e42a7e69e77f061e599be12192e65363e
parentc4f991c46b7c37520ed95458f9c0300fb36bcc30
Refactor `--config` as `--settings` (#1627)

* Refactor `ALR_CONFIG` to `ALIRE_SETTINGS`

* Replace --config with --settings

* Code review

* Post-merge fix
13 files changed:
src/alire/alire-features.ads
src/alire/alire-settings-edit-early_load.adb
src/alire/alire-settings-edit.adb
src/alire/alire-settings-edit.ads
src/alire/alire_early_elaboration.adb
src/alr/alr-commands-version.adb
src/alr/alr-commands.adb
testsuite/drivers/alr.py
testsuite/drivers/driver/python_script.py
testsuite/tests/config/missing-config-path/test.py
testsuite/tests/settings/early-loading/test.py
testsuite/tests/settings/relative_config_path/test.py
testsuite/tests/toolchain/directories/test.py