poe format

This commit is contained in:
Micah Jerome Ellison 2023-07-03 10:14:17 -07:00
parent edd61b3b34
commit ece44c79a3

View file

@ -313,7 +313,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace:
)
search_options_msg = (
" " # Preserves indentation
" " # Preserves indentation
"""
These help you do various tasks with the selected entries from your search.
If used on their own (with no search), they will act on your entire journal"""
@ -439,7 +439,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace:
\t jrnl --config-file /home/user1/work_config.yaml
\t - Use a personal config file stored on a thumb drive: \n
\t jrnl --config-file /media/user1/my-thumb-drive/personal_config.yaml
""", # noqa E501
""", # noqa E501
)
alternate_config.add_argument(