tangled
alpha
login
or
join now
ngp.computer
/
tsk
A file-based task manager
0
fork
atom
overview
issues
pulls
pipelines
Add docstring to -C/TSK_ROOT
ngp.computer
1 year ago
eadcedaf
43f31c34
+1
1 changed file
expand all
collapse all
unified
split
src
main.rs
+1
src/main.rs
···
24
24
// TODO: add long_about
25
25
#[command(version, about)]
26
26
struct Cli {
27
27
+
/// Override the tsk root directory.
27
28
#[arg(short = 'C', env = "TSK_ROOT", value_name = "DIR")]
28
29
dir: Option<PathBuf>,
29
30
// TODO: other global options