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

drep id: have --output-hex and --output-bech32 instead of --output-format [hex|bech32] #1010

Open
smelc opened this issue Jan 8, 2025 · 1 comment · May be fixed by #1017
Open

drep id: have --output-hex and --output-bech32 instead of --output-format [hex|bech32] #1010

smelc opened this issue Jan 8, 2025 · 1 comment · May be fixed by #1017
Assignees

Comments

@smelc
Copy link
Contributor

smelc commented Jan 8, 2025

Context

While writing #1009, I noticed that drep id has the following interface:

                                               [--output-format STRING]
...
  --output-format STRING   Optional drep id output format. Accepted output
                           formats are "hex" and "bech32" (default is "bech32").

Whereas we've decided (see all PRs implementing #566) to avoid STRING arguments for format flags, i.e. in this case we rather want to have --output-hex and --ouput-bech32.

Change planned

Change drep id to have flags --output-hex and --output-bech32 instead of --output-fomat STRING.

@smelc smelc self-assigned this Jan 8, 2025
@smelc
Copy link
Contributor Author

smelc commented Jan 8, 2025

I will do this one after #1009 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant