Release v1.0.1: Add --version flag, update documentation to full README, exclude _toDelete in .gitignore, rename program to pyhdwallet
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
hdwallet_recovery.py (Python 3.12)
|
||||
pyhdwallet v1.0.1 (Python 3.11+)
|
||||
|
||||
Commands:
|
||||
- fetchkey (online): download ASCII-armored PGP public key and print SHA256 + fingerprint
|
||||
@@ -523,6 +523,7 @@ def cmd_test(args):
|
||||
|
||||
def build_parser() -> argparse.ArgumentParser:
|
||||
parser = argparse.ArgumentParser(description="HD wallet gen/recover (offline) + fetchkey (online)")
|
||||
parser.add_argument("--version", action="version", version="pyhdwallet v1.0.1")
|
||||
sub = parser.add_subparsers(dest="cmd")
|
||||
|
||||
# fetchkey
|
||||
|
||||
Reference in New Issue
Block a user