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

feat: expose ProcessPromise fullCmd and unique id #1035

Merged
merged 2 commits into from
Dec 25, 2024

Conversation

antongolub
Copy link
Collaborator

relates #1028

const foo = '#bar'
const baz = 1
const p = $`echo ${foo} --t ${baz}`
p.cmd       // "echo $'#bar' --t 1")
p.fullCmd   // "set -euo pipefail;echo $'#bar' --t 1"
  • Tests pass
  • Appropriate changes to README are included in PR

@antongolub antongolub merged commit 90a4f24 into google:main Dec 25, 2024
19 checks passed
@antongolub antongolub deleted the expose-full-cmd branch December 25, 2024 19:05
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