Skip to content

command results should not be just boolean

When a command produces an actual result, it should return that result (or the filename that contains it), not just a boolean value (which is good only when the command did not do anything)