Skip to content

Releases: yaroslaff/ArgAlias

simpler syntax

30 Jul 12:40

Choose a tag to compare

if you have a single alias, you can give it as str, not as list of str with one element.

# Old (still supported):
aa.alias(["p"], "project")

# New:
aa.alias("p", "project")

supports canonical as list of arguments

30 Jul 12:18

Choose a tag to compare

changed syntax, now can replace alias to many words:

aa.alias(["ml", "mls"], ["metrics", "list"])

0.1.4 Optional parameters supported

21 Feb 21:39

Choose a tag to compare

100% test coverage

16 Feb 21:41

Choose a tag to compare

0.1.1

+1 test

Initial release

16 Feb 20:29

Choose a tag to compare

Initial release with examples how to use with argparse, click and typer