journal_manager.cli.commands.journal_commands.deactivate module
- journal_manager.cli.commands.journal_commands.deactivate.deactivate(journal_names: List[str])[source]
Deactivate a journal to be built.
- Parameters:
journal_names (List[str]) – List of journal names in the register to deactivate.
- Raises:
InvalidName if one or more journal names are not present in the list of registered journals. –