alr-commands-init.adb: make alr init interactive#1228
Conversation
Alr init will now queries the user for information such as license, description, tags, etc. Non-interactive usage is still possible using existing switches.
|
Something I forgot to mention in the commit is that non-interactive usage is still possible but it requires the -n switch. Using only |
|
So our test suite works because it was already using Looks good in general, but I tried |
|
I don't mind seeing the default value being used in the non-interactive logs. Do you mean a special case when both |
|
You're right that without (But I realize we probably have other similar cases (e.g. |
Alr init will now queries the user for information such as license, description, tags, etc.
Non-interactive usage is still possible using existing switches.