journal_manager.cli.commands.journal_commands.deregister module
- journal_manager.cli.commands.journal_commands.deregister.deregister(journal_names: List[str])[source]
Deregister a journal from the list of registered journals.
This action will unlist the journal from the list of registered journals. Journals manager will not follow this journal anymore after this operation.
This function does not remove any file.
- Parameters:
journal_names (List[str]) – A list of journal names to be deregistered.
- Raises:
InvalidName if one or more journal names are not present in the list of registered journals. –