Skip to content

feat(cli): add user args support for run command#4

Merged
libing0526 merged 1 commit intomainfrom
dev/bing_li
Oct 24, 2025
Merged

feat(cli): add user args support for run command#4
libing0526 merged 1 commit intomainfrom
dev/bing_li

Conversation

@libing0526
Copy link
Collaborator

@libing0526 libing0526 commented Oct 24, 2025

  • Enhanced 'parallax run' to accept user-defined arguments like 'parallax join'

  • Refactored EscapeForShell from ModelRunCommand/ModelJoinCommand to WSLCommand base class

  • Added shell escaping for safe bash -c command passing

  • Updated documentation (README.md, CHANGELOG.md)

📋 PR Title Format

The PR title should follow the format:

type(scope): concise message (max 50 chars)

Where:

  • type is one of: feat, fix, docs, refactor, perf, test, chore.
  • scope is optional and describes the part of the codebase affected (e.g., auth, ui, api).
  • concise message is a short description of the change (max 50 chars).

📝 Change Type

Please select the type of change this PR introduces (choose one or more):

  • feat: New feature.
  • fix: Bug fix.
  • docs: Documentation only changes.
  • refactor: A code change that neither fixes a bug nor adds a feature.
  • perf: Performance improvement.
  • test: Adding missing tests or correcting existing tests.
  • chore: Maintenance tasks (e.g., updating dependencies).

💡 Description

Briefly describe the change, its purpose, and the problem it solves.

Key Changes

🔗 Related Issues

List any issues this PR closes or relates to:

  • Closes #IssueNumber (e.g., Closes #123)

✅ Checklist

Please ensure the following points are addressed before merging:

  • I have performed a self-review of my own code.
  • I have added/updated tests that prove my fix or feature works (if applicable).
  • I have updated the documentation (if necessary).
  • My code follows the project's style guidelines.

- Enhanced 'parallax run' to accept user-defined arguments like 'parallax join'

- Refactored EscapeForShell from ModelRunCommand/ModelJoinCommand to WSLCommand base class

- Added shell escaping for safe bash -c command passing

- Updated documentation (README.md, CHANGELOG.md)
@libing0526 libing0526 merged commit a1eef3f into main Oct 24, 2025
1 check passed
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