journal_manager.cli.commands.journal_commands.activate module
- journal_manager.cli.commands.journal_commands.activate.activate(journal_names: List[str])[source]
Activate a journal.
An active journal is a journal that is under frequent edition and update. It distinguishes from an inactive or archived journal.
- Parameters:
journal_names (List[str]) – List of journal names.
- Raises:
InvalidName if one or more journal names are not present in the list of registered journals. –