auth0-cli: set auth0 command as main program

This commit is contained in:
Michael Hoang 2022-10-17 12:27:36 +11:00
parent ec9efdb88d
commit 1ba4814c6c

View File

@ -33,5 +33,6 @@ buildGoModule rec {
homepage = "https://auth0.github.io/auth0-cli";
license = licenses.mit;
maintainers = with maintainers; [ matthewcroughan ];
mainProgram = "auth0";
};
}