mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
comment out uninmplemented args
This commit is contained in:
parent
fd80275856
commit
eb2b6978c3
2 changed files with 16 additions and 17 deletions
|
@ -39,11 +39,12 @@ Example Use:
|
|||
mkdir my-archive; cd my-archive/
|
||||
archivebox init
|
||||
|
||||
echo 'https://example.com/some/page' | archivebox add
|
||||
archivebox add https://example.com/some/other/page
|
||||
archivebox add https://example.com/some/page
|
||||
archivebox add --depth=1 ~/Downloads/bookmarks_export.html
|
||||
archivebox add --depth=1 https://example.com/feed.rss
|
||||
|
||||
archivebox subscribe https://example.com/some/feed.rss
|
||||
archivebox update --resume=15109948213.123
|
||||
archivebox list --sort=timestamp --csv=timestamp,url,is_archived
|
||||
|
||||
Documentation:
|
||||
https://github.com/pirate/ArchiveBox/wiki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue