Simplify page size in mmctl (#26664)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9fee0393c3
Коммит
b56c65ec2d
@@ -55,7 +55,7 @@ func init() {
|
||||
ExtractRunCmd.Flags().Int64("from", 0, "The timestamp of the earliest file to extract, expressed in seconds since the unix epoch.")
|
||||
ExtractRunCmd.Flags().Int64("to", 0, "The timestamp of the latest file to extract, expressed in seconds since the unix epoch. Defaults to the current time.")
|
||||
ExtractJobListCmd.Flags().Int("page", 0, "Page number to fetch for the list of extract jobs")
|
||||
ExtractJobListCmd.Flags().Int("per-page", 200, "Number of extract jobs to be fetched")
|
||||
ExtractJobListCmd.Flags().Int("per-page", DefaultPageSize, "Number of extract jobs to be fetched")
|
||||
ExtractJobListCmd.Flags().Bool("all", false, "Fetch all extract jobs. --page flag will be ignore if provided")
|
||||
ExtractJobCmd.AddCommand(
|
||||
ExtractJobListCmd,
|
||||
|
||||
Ссылка в новой задаче
Block a user