mogrify
mogrify copied to clipboard
Print the command-line command during, or instead of, execution
Case 1: A configuration option to log the command when it is run.
Case 2: A dry_run
option to skip running the command, and instead return the command that would be run. Either a binary string, or a tuple of {command, [args]}
as would be passed to System.cmd/3