cli: remove TODOs address by previous commit

This commit is contained in:
Martin von Zweigbergk 2021-06-09 22:56:02 -07:00
parent 755f4e7b6a
commit 214a32faa8

View file

@ -507,8 +507,6 @@ fn matcher_from_values(
values: Option<clap::Values>,
) -> Result<Box<dyn Matcher>, 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();