In our current pre-release we have rig project create. If we have a configured script with the alias create, the result is inconsistent:
- The built-in command is executed on
rig project create
- The aliased help is displayed on
rig project help create
Since this functionality is relying on the command controller implemented in https://github.com/urfave/cli, I think this needs an upstream fix.
In our current pre-release we have
rig project create. If we have a configured script with the aliascreate, the result is inconsistent:rig project createrig project help createSince this functionality is relying on the command controller implemented in https://github.com/urfave/cli, I think this needs an upstream fix.