This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
This version adds a --dry-run
command that will print the full command line and then exit. Mostly useful for testing.
This feature is python3.8+ only since shlex.join()
was just added in that version.