corretto poetry init modo non interattivo

master
Guido Longoni 2020-02-01 15:13:07 +01:00
parent 436c78fb7f
commit c50f771746
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function poetry_feat_needed() {
feat_needed "poetry"
FEAT="$1"
if ! poetry_initialized; then
poetry init
poetry init -n
fi
if poetry_feat_added "$FEAT"; then
if poetry_feat_missing "$FEAT"; then