mirror of
https://github.com/nikolassv/bartib
synced 2024-12-13 13:32:31 +00:00
Merge remote-tracking branch 'origin/master' into dev/report
This commit is contained in:
commit
09cdcb95fe
2 changed files with 1 additions and 3 deletions
|
@ -97,7 +97,6 @@ fn main() -> Result<()> {
|
||||||
.long("from")
|
.long("from")
|
||||||
.value_name("FROM_DATE")
|
.value_name("FROM_DATE")
|
||||||
.help("begin of date range (inclusive)")
|
.help("begin of date range (inclusive)")
|
||||||
.requires("to_date")
|
|
||||||
.takes_value(true),
|
.takes_value(true),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
@ -105,7 +104,6 @@ fn main() -> Result<()> {
|
||||||
.long("to")
|
.long("to")
|
||||||
.value_name("TO_DATE")
|
.value_name("TO_DATE")
|
||||||
.help("end of date range (inclusive)")
|
.help("end of date range (inclusive)")
|
||||||
.requires("from_date")
|
|
||||||
.takes_value(true),
|
.takes_value(true),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Reference in a new issue