Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Dry run and Python 3.8 upgrade

Latest
Compare
Choose a tag to compare
@derrod derrod released this 30 Mar 05:11
· 3 commits to master since this release

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.