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 support for -w/--wrapper #112

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Add support for -w/--wrapper #112

merged 1 commit into from
Aug 4, 2023

Conversation

fornwall
Copy link
Owner

@fornwall fornwall commented Aug 4, 2023

Support -w/--wrapper for specifying a wrapper around the executable. This can be used to run e.g. rust-gdb (#54) or hyperfine. Examples:

  • rust-script --debug --wrapper rust-lldb my-script.rs
  • rust-script --wrapper "hyperfine --runs 100" my-script.rs

@fornwall fornwall force-pushed the add-wrapper branch 3 times, most recently from 85054cd to b66cf61 Compare August 4, 2023 20:49
This can be used to run e.g. rust-gdb (#54) or hyperfine. Examples:
@fornwall fornwall merged commit 7da8b74 into main Aug 4, 2023
@fornwall fornwall deleted the add-wrapper branch August 4, 2023 20:56
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