fix: flag

This commit is contained in:
Richard Ramos 2024-07-19 08:17:49 -04:00
parent 91ec0ce749
commit 87cec42cc3
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ var Pagesize = altsrc.NewUint64Flag(&cli.Uint64Flag{
}) })
var Forward = altsrc.NewBoolFlag(&cli.BoolFlag{ var Forward = altsrc.NewBoolFlag(&cli.BoolFlag{
Name: "Pagination Order", Name: "forward",
Usage: "Indicates if the entries will be traversed in ascending order (true) or descending order (false)", Usage: "Indicates if the entries will be traversed in ascending order (true) or descending order (false)",
Destination: &options.Forward, Destination: &options.Forward,
Value: false, Value: false,

View File

@ -64,6 +64,7 @@ func main() {
EndTime, EndTime,
Hashes, Hashes,
Pagesize, Pagesize,
Forward,
Storenode, Storenode,
UseLegacy, UseLegacy,
Timeout, Timeout,