Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug #329: Fix handling of quotes in process sandbox arguments #330

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

scroix
Copy link
Member

@scroix scroix commented May 21, 2024

  • Main now uses Environment.CommandLine to get the command line as a string.
  • Introduced SplitCommandLine method to split the command line while preserving quotes.
  • ParseArgs updated to use SplitCommandLine

- `Main` now uses `Environment.CommandLine` to get the command line as a string.
- New `SplitCommandLine` method splits the command line while preserving quotes.
- `ParseArgs` updated to use `SplitCommandLine`
@scroix scroix added the bug label May 21, 2024
@scroix scroix requested a review from justparking May 21, 2024 06:13
@scroix scroix self-assigned this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant