Simplify page size in mmctl (#26664)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9fee0393c3
Коммит
b56c65ec2d
@@ -315,7 +315,7 @@ func init() {
|
||||
DeleteAllUsersCmd.Flags().Bool("confirm", false, "Confirm you really want to delete the user and a DB backup has been performed")
|
||||
|
||||
ListUsersCmd.Flags().Int("page", 0, "Page number to fetch for the list of users")
|
||||
ListUsersCmd.Flags().Int("per-page", 200, "Number of users to be fetched")
|
||||
ListUsersCmd.Flags().Int("per-page", DefaultPageSize, "Number of users to be fetched")
|
||||
ListUsersCmd.Flags().Bool("all", false, "Fetch all users. --page flag will be ignore if provided")
|
||||
ListUsersCmd.Flags().String("team", "", "If supplied, only users belonging to this team will be listed")
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user