Skip to content

🎨 Explicitly pass multiple arguments#7

Open
davnn wants to merge 1 commit into
mainfrom
fix/improve-shell-arg-splitting
Open

🎨 Explicitly pass multiple arguments#7
davnn wants to merge 1 commit into
mainfrom
fix/improve-shell-arg-splitting

Conversation

@davnn

@davnn davnn commented Mar 13, 2026

Copy link
Copy Markdown
Owner

Description

Arguments were previously supplied as --uv-export "--dev --locked" and were whitespace-split, but this could lead to problems with arguments that use whitespace, e.g. paths. The new implementation is more explicit requiring --uv-export=--dev --uv-export=--locked supporting more complex argument inputs.

Related Issue

Type of Change

  • [ x ] 🔧 Bug fix
  • 🔐 Security fix
  • [ x ] 🚀 Improvement / New feature
  • 📚 Examples / Docs / Tutorials

Checklist

  • [ x ] I've checked the code using task check.
  • [ x ] I've checked the repository using pre-commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant