Implement modifying tasks' "wait" value
This commit is contained in:
committed by
Dustin J. Mitchell
parent
d7d703f135
commit
e977fb294c
@@ -31,9 +31,16 @@ pub(crate) use modification::{DescriptionMod, Modification};
|
||||
pub(crate) use subcommand::Subcommand;
|
||||
|
||||
use crate::usage::Usage;
|
||||
use chrono::prelude::*;
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
type ArgList<'a> = &'a [&'a str];
|
||||
|
||||
lazy_static! {
|
||||
// A static value of NOW to make tests easier
|
||||
pub(super) static ref NOW: DateTime<Utc> = Utc::now();
|
||||
}
|
||||
|
||||
pub(crate) fn get_usage(usage: &mut Usage) {
|
||||
Subcommand::get_usage(usage);
|
||||
Filter::get_usage(usage);
|
||||
|
||||
Reference in New Issue
Block a user