Skip to content

Commit

Permalink
feat(#287): Removed last help function
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jul 13, 2024
1 parent 4fb5a29 commit f0e8223
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions util/release/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ def __is_tag_valid(tag: str) -> bool:
return re.fullmatch(TAG_REGEX, tag) is not None


def show_help(ex: str, command: str):
print(f"""{ex} {command} -- Prepare all relevant files for release
Usage:
{ex} {command} [tag] <flags>
Tags have to follow the `vMAJOR.MINOR.PATCH-RELEASE` semantic.
Flags:
--help\tShows help for a specific command
Copyright (c) lxgr-linux <[email protected]> 2024""")


def main(
ex: str, options: list[str],
flags: dict[str, list[str]]
Expand Down

0 comments on commit f0e8223

Please sign in to comment.