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
One of the handy features of the bagit-python CLI is being able to pass it a directory and have it bag the entire thing (a not so handy thing is that it only bags in place). For example, bagit.py path/to/dir
moves all the contents of path/to/dir to path/to/dir/data and creates the required manifests and info files at path/to/dir
It would be nice to be able to do a similar add with this CLI.
The text was updated successfully, but these errors were encountered:
One of the handy features of the bagit-python CLI is being able to pass it a directory and have it bag the entire thing (a not so handy thing is that it only bags in place). For example,
bagit.py path/to/dir
moves all the contents of path/to/dir to path/to/dir/data and creates the required manifests and info files at path/to/dir
It would be nice to be able to do a similar add with this CLI.
The text was updated successfully, but these errors were encountered: