Skip to content

Commit 696b76c

Browse files
committed
added help section, refactor with argparse
1 parent d213414 commit 696b76c

3 files changed

Lines changed: 356 additions & 680 deletions

File tree

onlykey/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .cli import main
2+
if __name__ == "__main__":
3+
main()

0 commit comments

Comments
 (0)