Этот коммит содержится в:
Ben Schumacher
2024-04-10 12:47:06 +02:00
коммит произвёл GitHub
родитель 9fee0393c3
Коммит b56c65ec2d
15 изменённых файлов: 31 добавлений и 34 удалений

Просмотреть файл

@@ -73,7 +73,7 @@ func listOAuthAppsCmdF(c client.Client, command *cobra.Command, args []string) e
func init() {
ListOAuthAppsCmd.Flags().Int("page", 0, "Page number to fetch for the list of OAuth2 apps")
ListOAuthAppsCmd.Flags().Int("per-page", 200, "Number of OAuth2 apps to be fetched")
ListOAuthAppsCmd.Flags().Int("per-page", DefaultPageSize, "Number of OAuth2 apps to be fetched")
OAuthCmd.AddCommand(
ListOAuthAppsCmd,