pomutil
pomutil copied to clipboard
app-cleaner: require explicit flag to read from StdIn
Current behavior is to default to StdIn if no POM specified on command-line. This is a bad user experience, especially since piping a POM is unlikely. Instead, display a message if invoked without arguments, and treat a "-" as a flag to read from StdIn.