A file-based task manager

Add docstring to -C/TSK_ROOT

+1
+1
src/main.rs
··· 24 // TODO: add long_about 25 #[command(version, about)] 26 struct Cli { 27 #[arg(short = 'C', env = "TSK_ROOT", value_name = "DIR")] 28 dir: Option<PathBuf>, 29 // TODO: other global options
··· 24 // TODO: add long_about 25 #[command(version, about)] 26 struct Cli { 27 + /// Override the tsk root directory. 28 #[arg(short = 'C', env = "TSK_ROOT", value_name = "DIR")] 29 dir: Option<PathBuf>, 30 // TODO: other global options