Comment on Ask HN: Best way to do scoped commands in a CLI appComments−pizzafeelsright2yComputer: do action, with these adjustments, in this format, to this destination, excluding these, against these targets...This allows xargs against a list and also pipe to stdout or a file.
Comments
Computer: do action, with these adjustments, in this format, to this destination, excluding these, against these targets...
This allows xargs against a list and also pipe to stdout or a file.