mirror of
https://github.com/logos-messaging/message-finder.git
synced 2026-01-02 14:03:11 +00:00
fix: flag
This commit is contained in:
parent
91ec0ce749
commit
87cec42cc3
2
flags.go
2
flags.go
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user