pub fn task_toggle(
dir: &Path,
file_arg: &str,
lines: &[usize],
section: Option<&str>,
all: bool,
format: Format,
snapshot_index: &mut Option<SnapshotIndex>,
index_path: Option<&Path>,
dry_run: bool,
) -> Result<CommandOutcome>Expand description
Toggle one or more tasks by line selector.