journal_manager.cli.commands.journal module
- journal_manager.cli.commands.journal.list_journals(list_all: bool = False)[source]
List registered journals.
list_all: If True, list all journals. Otherwise, list only active journals.
- Returns:
“journal_name:location_folder”.
- Return type:
A string for each registered journal in the format
- Raises:
EmptyList if the journal register is empty. –
- Parameters:
list_all (bool) –