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

Parse shell command arguments #70

Merged
merged 6 commits into from
Sep 6, 2023
Merged

Parse shell command arguments #70

merged 6 commits into from
Sep 6, 2023

Conversation

9999years
Copy link
Member

@9999years 9999years commented Sep 6, 2023

This parses shell command arguments into a new ClonableCommand struct, which stores the program, arguments, and environment for a command to be run.

I've also converted several of the more complex constructors into accepting structs instead of multiple positional arguments, which get challenging to track.

@9999years 9999years force-pushed the rebeccat/clonable-command branch 3 times, most recently from 8eadfbe to b7836f3 Compare September 6, 2023 15:52
@9999years 9999years changed the title Parse shell command arguments Parse shell command arguments Sep 6, 2023
@9999years
Copy link
Member Author

9999years commented Sep 6, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@9999years 9999years changed the title Parse shell command arguments Parse shell command arguments Sep 6, 2023
@9999years 9999years mentioned this pull request Sep 6, 2023
Gabriella439
Gabriella439 previously approved these changes Sep 6, 2023
ghcid-ng/src/command.rs Show resolved Hide resolved
ghcid-ng/src/ghci/mod.rs Outdated Show resolved Hide resolved
Co-authored-by: Gabriella Gonzalez <gabriella@mercury.com>
@9999years 9999years merged commit e2e3b5b into main Sep 6, 2023
15 checks passed
@9999years 9999years deleted the rebeccat/clonable-command branch September 6, 2023 18:49
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.

2 participants