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
+1
View File
@@ -33,5 +33,6 @@ buildGoModule rec {
homepage = "https://auth0.github.io/auth0-cli";
license = licenses.mit;
maintainers = with maintainers; [ matthewcroughan ];
mainProgram = "auth0";
};
}