You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the --all-references-bookmarks does not respect the pid supplied.
So this command line:
$ python slycat-dump.py --all-references-bookmarks --project-id 123 output_dir
should write bookmarks only from pid 123
or
Implement a new arg that exports the bookmarks and references as well, like this:
It appears that the --all-references-bookmarks does not respect the pid supplied.
So this command line:
$ python slycat-dump.py --all-references-bookmarks --project-id 123 output_dir
should write bookmarks only from pid 123
or
Implement a new arg that exports the bookmarks and references as well, like this:
$ python slycat-dump.py --include-bookmarks --project-id 123 output_dir
The text was updated successfully, but these errors were encountered: