]> _ Git - alire.git/commit
alr init usability tweaks (#533)
authorFabien Chouteau <Fabien-Chouteau@users.noreply.github.com>
Fri, 18 Sep 2020 12:03:36 +0000 (14:03 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 12:03:36 +0000 (14:03 +0200)
commit292495036871c18cb90894a059ddfab4b22339b4
tree1210d694193a3f0be60b3783a1caaacbb25b20b8
parenta83ca04138d9adc812b98efb0ee0d64f888cf27c
alr init usability tweaks (#533)

* Alr.Commands.Init: usability tweaks

This change makes the alr init --in-place generate a project skeleton.

This is to support the workflow:
 - Create repo on GitHub
 - Clone repo
 - cd repo
 - alr init --bin --in-place my_project

 Which was impossible to do before.

* Alr.Commands.Init: remove superfluous code

* Alr.Commands.Init: --in-place doesn't imply --no-skel
src/alr/alr-commands-init.adb
testsuite/tests/workflows/init-options/test.py