pkgs/cli: Apply naming standards to description and help fields

This commit is contained in:
a-kenji
2024-11-05 19:17:45 +01:00
parent 04562b6d44
commit a195971749
2 changed files with 26 additions and 26 deletions

View File

@@ -50,7 +50,7 @@ def show_clan_meta(uri: str | Path) -> Meta:
raise ClanError(
msg,
location=f"show_clan {uri}",
description="Icon path must be a URL or a relative path.",
description="Icon path must be a URL or a relative path",
)
icon_path = str((Path(uri) / meta_icon).resolve())
@@ -59,7 +59,7 @@ def show_clan_meta(uri: str | Path) -> Meta:
raise ClanError(
msg,
location=f"show_clan {uri}",
description="Icon path must be a URL or a relative path.",
description="Icon path must be a URL or a relative path",
)
return Meta(