diff --git a/src/commands.rs b/src/commands.rs index 6dc580f38..88372c352 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -507,8 +507,6 @@ fn matcher_from_values( values: Option, ) -> Result, CommandError> { if let Some(values) = values { - // TODO: Interpret path relative to cwd (not repo root) - // TODO: Accept backslash separator on Windows // TODO: Add support for matching directories (and probably globs and other // formats) let mut paths = HashSet::new();