corretto poetry init modo non interattivo
parent
436c78fb7f
commit
c50f771746
|
|
@ -36,7 +36,7 @@ function poetry_feat_needed() {
|
||||||
feat_needed "poetry"
|
feat_needed "poetry"
|
||||||
FEAT="$1"
|
FEAT="$1"
|
||||||
if ! poetry_initialized; then
|
if ! poetry_initialized; then
|
||||||
poetry init
|
poetry init -n
|
||||||
fi
|
fi
|
||||||
if poetry_feat_added "$FEAT"; then
|
if poetry_feat_added "$FEAT"; then
|
||||||
if poetry_feat_missing "$FEAT"; then
|
if poetry_feat_missing "$FEAT"; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue