Skip to content

feat: expose formatted cmd via getter#891

Merged
antonmedv merged 2 commits into
google:mainfrom
antongolub:add-cmd-getter
Sep 14, 2024
Merged

feat: expose formatted cmd via getter#891
antonmedv merged 2 commits into
google:mainfrom
antongolub:add-cmd-getter

Conversation

@antongolub

Copy link
Copy Markdown
Collaborator
const foo = '#bar'
const baz = 1
const p = $`echo ${foo} --t ${baz}`
p.cmd // "echo $'#bar' --t 1"
  • Tests pass

@google-cla

google-cla Bot commented Sep 13, 2024

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@antonmedv antonmedv merged commit 5d78a26 into google:main Sep 14, 2024
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