working argparse based CLI with most commands implemented

This commit is contained in:
Nick Sweeting
2019-04-03 00:27:37 -04:00
parent 68b4c01c6b
commit 51ae634ec9
20 changed files with 807 additions and 424 deletions

View File

@@ -0,0 +1,4 @@
__AUTHOR__ = 'Nick Sweeting <git@nicksweeting.com>'
__DESCRIPTION__ = 'ArchiveBox: The self-hosted internet archive.'
__DOCUMENTATION__ = 'https://github.com/pirate/ArchiveBox/wiki'