Simplify page size in mmctl (#26664)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9fee0393c3
Коммит
b56c65ec2d
@@ -48,7 +48,7 @@ var ListUserTokensCmd = &cobra.Command{
|
||||
|
||||
func init() {
|
||||
ListUserTokensCmd.Flags().Int("page", 0, "Page number to fetch for the list of users")
|
||||
ListUserTokensCmd.Flags().Int("per-page", 200, "Number of users to be fetched")
|
||||
ListUserTokensCmd.Flags().Int("per-page", DefaultPageSize, "Number of users to be fetched")
|
||||
ListUserTokensCmd.Flags().Bool("all", false, "Fetch all tokens. --page flag will be ignore if provided")
|
||||
ListUserTokensCmd.Flags().Bool("active", true, "List only active tokens")
|
||||
ListUserTokensCmd.Flags().Bool("inactive", false, "List only inactive tokens")
|
||||
|
||||
Ссылка в новой задаче
Block a user