We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
347911f
There was an error while loading. Please reload this page.
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")
5be4888
changed syntax, now can replace alias to many words:
aa.alias(["ml", "mls"], ["metrics", "list"])
9c080c4
fixed README.md
3b1a41a
0.1.1 +1 test
5d71f2b
Initial release with examples how to use with argparse, click and typer