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

Support process substitution #574

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

eval-exec
Copy link
Collaborator

This PR want to fix #573

@eval-exec eval-exec marked this pull request as draft January 4, 2024 11:12
@eval-exec eval-exec marked this pull request as ready for review January 10, 2024 06:04
@eval-exec eval-exec requested a review from doitian January 10, 2024 06:04
export CKB_CLI_HOME=${HOME1}
printf "abc123\nabc123" | ("${CKB_CLI_BIN}" account new)

LOCK_ARG=$("${CKB_CLI_BIN}" account list --output-format json | jq '.[0].lock_arg' | sed 's/"//g')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about adding a test case for ckb-cli molecule encode --json-path <(echo "{...}")?

@eval-exec eval-exec marked this pull request as draft January 10, 2024 09:34
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the stale label Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support reading --privkey-path from process substitution
2 participants