Skip to content

Commit

Permalink
commands.manual:cmd_manual_extract - clearer docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Jan 23, 2025
1 parent bc25885 commit eb96202
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions digiarch/commands/manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ def cmd_manual_extract(
"""
Manually add files extracted from an archive, and assign them the PARENT UUID.
The given FILEs can be single files or folders and must be located inside OriginalDocuments.
The given FILEs can be single files or folders and must be located inside OriginalDocuments. All of them will be
interpreted as direct children of the PARENT file, so archive files should be left unextracted for further
processing with either extract or manual extract.
To exclude children files when using a folder as target, use the --exclude option.
If the files are not already in the database they will be added without identification.
Run the identify command to assign them a PUID and action.
Run the identify original command to assign them a PUID and action.
If the files are in the database their parent value will be set to ORIGINAL unless they already have one
assigned, in which case they will be ignored.
Expand Down

0 comments on commit eb96202

Please sign in to comment.