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

Add command parser before create system call #144 #145

Merged
merged 1 commit into from May 4, 2021

Conversation

mludovico
Copy link
Contributor

May I suggest to create a command parser aware of spaces to avoid errors when filenames containing spaces would not open on mac. As well of being able to concatenate multiple commands if needed in the future.

  • Change mac implementation to use the parser

  • Also changed in linux which would have the same effect.

  • And changed system calls to receive a list of args to keep it open to extension in the future.

  • A minor fix on the comment of the linux implementation.

…ces would not open on mac. Also changed in linux which would have the same effect. And changed system calls to receive a list of args to keep it open to extension in the future.
@crazecoder crazecoder merged commit b1b9ceb into crazecoder:master May 4, 2021
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.

None yet

2 participants