Have pyinstaller always load the whole cliff module #3

Merged
yrriban merged 4 commits from iss2 into trunk 2025-09-06 05:37:39 +00:00

4 commits

Author SHA1 Message Date
694f9f3d1f Tell pyinstaller to always include all of cliff.
This works around problems trying to load the lister plugins, which
cliff tries to find dynamically at runtime.
2025-09-06 01:30:38 -04:00
9d1eec78fb Handle really long map names by wrapping them.
This is set to 75% of the image width by default and is (not yet)
configurable.
2025-09-02 02:12:12 -04:00
7317674e4c Make the implementation of add_common_args clearer.
Probably can't do better than this without messing around with the
method resolution order and other things I'd rather not touch.
2025-09-01 23:18:01 -04:00
4cae5987db PEP 8 compliance. 2025-09-01 19:03:57 -04:00