complete set of log options
This commit is contained in:
parent
def6ca054e
commit
2557bb8764
2 changed files with 6 additions and 3 deletions
|
@ -38,7 +38,9 @@ def = [withOptions options $
|
|||
|
||||
options :: [Option]
|
||||
options =
|
||||
[ Option.field [] "after" paramDate "show log after date"
|
||||
[ Option.field [] "since" paramDate "show log since date"
|
||||
, Option.field [] "after" paramDate "show log after date"
|
||||
, Option.field [] "until" paramDate "show log until date"
|
||||
, Option.field [] "before" paramDate "show log before date"
|
||||
, Option.field ['n'] "max-count" paramNumber "limit number of logs displayed"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue