diff --git a/src/wormhole/cli/cli.py b/src/wormhole/cli/cli.py index 2935c89..dd0c010 100644 --- a/src/wormhole/cli/cli.py +++ b/src/wormhole/cli/cli.py @@ -41,6 +41,8 @@ def _compose(*decorators): ALIASES = { "tx": "send", "rx": "receive", + "recieve": "receive", + "recv": "receive", } class AliasedGroup(click.Group): def get_command(self, ctx, cmd_name):