corretto poetry init modo non interattivo
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user