mirror of https://github.com/mamba-org/mamba.git
Merge af9345b998
into 14a94d379a
This commit is contained in:
commit
7ca61a7ba7
|
@ -95,7 +95,7 @@ aliases['micromamba'] = _micromamba_main
|
|||
|
||||
@contextual_command_completer
|
||||
def _micromamba_proc_completer(ctx):
|
||||
if not ctx.args:
|
||||
if not ctx.args or ctx.args[0].value != 'micromamba':
|
||||
return
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue