marcelotduarte / cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
https://marcelotduarte.github.io/cx_Freeze/
Other
1.28k stars 210 forks source link

cxfeeze example references non-existent CLI option #2430

Open cdavidson-project-canary opened 3 weeks ago

cdavidson-project-canary commented 3 weeks ago

Describe the bug The example command located at https://cx-freeze.readthedocs.io/en/stable/script.html references a command option "--target-dir" which is not described on the page and does not appear in the help printout.