Closed triple-j closed 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.
--help
itch-download
Make it clear https:// needs to exist to download a specific game via --download-game.
https://
--download-game
Add missing docstring to the main() function of the two CLI tools.
main()
Limit the length of strings to satisfy pylint.
pylint
Keep consistent style when listing platform types for --platform.
--platform
Make --human-folders a proper on/off flag.
--human-folders
Update the output of
--help
so it returnsitch-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.