Skip to content

Commit 1206cad

Browse files
committed
added help section, refactor with argparse
1 parent d213414 commit 1206cad

3 files changed

Lines changed: 353 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)