dflook / python-minifier

Transform Python source code into its most compact representation
MIT License
558 stars 41 forks source link

Implementing option -i/--inplace #37

Closed phorward closed 2 years ago

phorward commented 2 years ago

This commit implements a -i-option that can be provided to minify a source file in-place. Resolves issue #29.

dflook commented 2 years ago

Thanks @phorward, this has been incorporated into 2.6.0 with the slightly different spelling of --in-place.