-
Notifications
You must be signed in to change notification settings - Fork 141
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(cmd): pactus-shell support interactive shell #1460
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Ja7ad is it possible we have both interactive and non-interactive? like: |
Sure but with command |
@b00f Currently support interactive and non-interactive shell. You run as interactive with pactus-shell is a command line tool for interacting with the Pactus blockchain using gRPC
Usage:
shell [command]
Available Commands:
blockchain Blockchain service client
clear clear screen
completion Generate the autocompletion script for the specified shell
help Help about any command
network Network service client
shell Start an interactive shell.
transaction Transaction service client
wallet Wallet service client
Flags:
-h, --help help for shell
Use "shell [command] --help" for more information about a command. |
Description
This feature make interactive shell Pactus-shell