Replies: 1 comment
-
Never mind!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With rust-script and this library, I think I might be able to stop writing bash. You've done just absolutely wonderful work with this library!
How do I use dynamic parameters more than once? I'm not exactly new to Rust, but
does not implement the Copy trait
still means I'm in over my head.The macro doesn't support the compiler suggestion of adding
.clone()
. I've been cloning before eachrun_cmd!
but it's not pleasant. Is there a better way?Beta Was this translation helpful? Give feedback.
All reactions