tangled
alpha
login
or
join now
ngp.computer
/
tsk
A file-based task manager
0
fork
atom
overview
issues
pulls
pipelines
Fix cli doc
ngp.computer
1 week ago
83a9b14e
cebd8634
+1
-1
1 changed file
expand all
collapse all
unified
split
src
main.rs
+1
-1
src/main.rs
···
220
#[derive(Args)]
221
#[group(required = false, multiple = false)]
222
struct FindArgs {
223
-
/// Include the contents of tasks in the search criteria.
224
#[arg(short = 'b', default_value_t = false)]
225
exclude_body: bool,
226
/* TODO: implement this
···
220
#[derive(Args)]
221
#[group(required = false, multiple = false)]
222
struct FindArgs {
223
+
/// Exclude the contents of tasks in the search criteria.
224
#[arg(short = 'b', default_value_t = false)]
225
exclude_body: bool,
226
/* TODO: implement this