]> _ Git - alire.git/commit
New `--nested` switch for `alr show` (#1333)
authorAlejandro R Mosteo <amosteo@unizar.es>
Fri, 24 Feb 2023 11:54:34 +0000 (12:54 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 11:54:34 +0000 (12:54 +0100)
commit40c25f1e1ad0a8dd36558ed442add1d984c7d539
tree53b370672f143560a317ff3fbbc75a83fafe5ec7
parent121c5dedfb19bcbe125053ac82133db76c3f49e5
New `--nested` switch for `alr show` (#1333)

* Print nested crates under current folder

With `alr show --nested`, or after `alr get`/`alr with`.

* Test for `alr show --nested`

* Do not show when run non-interactive

* Self-review
src/alire/alire-directories.adb
src/alire/alire-directories.ads
src/alire/alire-roots.adb
src/alire/alire-roots.ads
src/alr/alr-commands-get.adb
src/alr/alr-commands-show.adb
src/alr/alr-commands-show.ads
testsuite/tests/show/nested/test.py [new file with mode: 0644]
testsuite/tests/show/nested/test.yaml [new file with mode: 0644]