Commit graph

4 commits

Author SHA1 Message Date
Jeremie Jarosh
41d48038e3
Various improvements to --help (#84)
* Update `--help` Description

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

* Fix `pylint` errors

Add missing docstring to the two CLI tools.

Limit the length of strings.

* Keep consistent style when listing platform types

* Make `--human-folders` a proper on/off flag

The `ArgumentParser.add_argument()` call has been updated to show up as an
'on/off' argument.

* Conform to Code Style Guide

* Add CLI tools to the linting workflow
2023-04-16 15:02:22 +01:00
Peter Taylor
7cec2f24a2
Update lint.yml
Run on pull request
2023-03-25 19:04:20 +00:00
Peter Taylor
da2d93a10b
linting (#51) 2022-05-05 11:12:25 +01:00
Peter Taylor
36498a88b4
Added CIs (And applied Autopep8 fixes) (#18)
* Added CIs

* autopep8 action fixes (#19)

Co-authored-by: Emersont1 <Emersont1@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emersont1 <Emersont1@users.noreply.github.com>
2022-03-09 14:05:55 +00:00