Compare commits

...

2 commits

Author SHA1 Message Date
Lance Edgar 0a1d9229b4 docs: update intersphinx doc links per server migration 2025-02-18 12:14:00 -06:00
Lance Edgar 435497eca3 fix: make --input-path optional for import/export commands
otherwise `--list-models` won't work without the input path, and
that's just annoying
2024-12-08 15:42:14 -06:00
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'wuttjamaican': ('https://rattailproject.org/docs/wuttjamaican/', None),
'wuttjamaican': ('https://docs.wuttaproject.org/wuttjamaican/', None),
}

View file

@ -255,7 +255,7 @@ def file_import_command_template(
exists=True, file_okay=True, dir_okay=True,
help="Path to input file(s). Can be a folder "
"if app logic can guess the filename(s); "
"otherwise must be complete file path.")] = ...,
"otherwise must be complete file path.")] = None,
):
"""