Emersont1 / itchio

https://pypi.org/project/itchiodl/
MIT License
105 stars 17 forks source link

Various improvements to `--help` #84

Closed triple-j closed 1 year ago

triple-j commented 1 year ago

Update the output of --help so it returns itch-download as the program name, and returns an accurate description of what the program does.

Make it clear https:// needs to exist to download a specific game via --download-game.

Add missing docstring to the main() function of the two CLI tools.

Limit the length of strings to satisfy pylint.

Keep consistent style when listing platform types for --platform.

Make --human-folders a proper on/off flag.