Merge pull request #196338 from Enzime/auth0-cli

auth0-cli: set `auth0` command as main program
This commit is contained in:
Christian Kögler 2022-10-17 22:36:38 +02:00 committed by GitHub
commit 3a6572cbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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