]> _ Git - alire.git/commit
New `alr get --dirname` switch (#1014)
authorAlejandro R Mosteo <amosteo@unizar.es>
Tue, 17 May 2022 09:07:31 +0000 (11:07 +0200)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 09:07:31 +0000 (11:07 +0200)
commite33900ebb4ad533cc305958d25e5bb94fa7af8f4
treed461ca06ef18490d5cf0a1d36c86ab3a3ccd8d6f
parent20113f3ce7929a06735099a8961e05ae3a1951ff
New `alr get --dirname` switch (#1014)

* Alr.Commands.Get: New --dirname switch

This switch just shows in which folder the just downloaded crate can be found.

* Tests for `alr get --dirname`

Co-authored-by: GHA <actions@github.com>
src/alr/alr-commands-get.adb
src/alr/alr-commands-get.ads
testsuite/tests/get/dirname/test.py [new file with mode: 0644]
testsuite/tests/get/dirname/test.yaml [new file with mode: 0644]
testsuite/tests/monorepo/get-dirname/my_index/index/cr/crate/crate-1.0.0.toml [new file with mode: 0644]
testsuite/tests/monorepo/get-dirname/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/monorepo/get-dirname/test.py [new file with mode: 0644]
testsuite/tests/monorepo/get-dirname/test.yaml [new file with mode: 0644]