Update frankjpeg.py #23

Merged
BobVonBob merged 1 commit from frank-jpeg-rework into main 2023-10-26 14:10:36 -05:00
BobVonBob commented 2023-10-26 13:55:27 -05:00 (Migrated from github.com)

Renames sub-command "-" to "num".

Adds new sub-command "name" which chooses an image by name.

Clarifies usage in command descriptions.

Cleanup on list sub-command:

  • Use enumerate() instead of a manual index counter.
  • Use os.path.basename() instead of a slice to remove path to file.
  • Remove underline from file name to avoid hiding underscores.
Renames sub-command "-" to "num". Adds new sub-command "name" which chooses an image by name. Clarifies usage in command descriptions. Cleanup on list sub-command: - Use `enumerate()` instead of a manual index counter. - Use `os.path.basename()` instead of a slice to remove path to file. - Remove underline from file name to avoid hiding underscores.
JMTNTBANG (Migrated from github.com) approved these changes 2023-10-26 14:10:26 -05:00
JMTNTBANG (Migrated from github.com) left a comment

Good Work! ill get this running shortly.

Good Work! ill get this running shortly.
Sign in to join this conversation.
No description provided.