Without editing options, listing is implied
This commit is contained in:
@ -80,9 +80,7 @@ static void process(const char* path) {
|
||||
std::string joined {sc::join(tags, ",")};
|
||||
throw_if_min1(setxattr(path, tagname, joined.c_str(), joined.size(), 0));
|
||||
} else {
|
||||
if (should_list) {
|
||||
std::cout << path << ": " << sc::io::yellowf << sc::join(tags, ", ") << sc::io::reset << '\n';
|
||||
}
|
||||
std::cout << path << ": " << sc::io::yellowf << sc::join(tags, ", ") << sc::io::reset << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user