Skip to content

feat: add show entropy short option - #35

Merged
Drincann merged 1 commit into
mainfrom
feat/show-entropy-short-option
Jun 10, 2026
Merged

feat: add show entropy short option#35
Drincann merged 1 commit into
mainfrom
feat/show-entropy-short-option

Conversation

@Drincann

@Drincann Drincann commented Jun 10, 2026

Copy link
Copy Markdown
Owner

PR Type

Enhancement, Tests


Description

  • Add -e entropy shortcut

  • Keep entropy display test covered


Diagram Walkthrough

flowchart LR
  cli["wallet show CLI"] -- "adds -e alias" --> entropy["--entropy option"]
  test["E2E wallet test"] -- "uses shortcut" --> cli
Loading

File Walkthrough

Relevant files
Enhancement
show.mts
Add short entropy CLI option                                                         

src/cli/commands/wallet/show.mts

  • Adds -e as a short alias for --entropy.
  • Preserves existing wallet entropy display behavior.
+1/-1     
Tests
wallet-lifecycle.test.ts
Cover entropy shortcut in E2E test                                             

tests/e2e/wallet-lifecycle.test.ts

  • Updates the entropy display E2E test.
  • Verifies wallet show accepts the new -e shortcut.
+1/-1     

@github-actions

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@Drincann
Drincann merged commit 39adacc into main Jun 10, 2026
1 check passed
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