Merge branch 'develop' of git.jacknet.io:TerribleCodeClub/wiistream into develop
This commit is contained in:
commit
9ef7d8e075
13
README.md
13
README.md
|
@ -20,9 +20,22 @@ can also do stuff like running it with
|
||||||
|
|
||||||
There's some githooks setup to auto format it with black. that is the style.
|
There's some githooks setup to auto format it with black. that is the style.
|
||||||
|
|
||||||
|
Think you might also have to setup the githooks yourself on your end if you care
|
||||||
|
|
||||||
|
use the
|
||||||
|
|
||||||
|
```pre-commit run --all-files```
|
||||||
|
|
||||||
|
and
|
||||||
|
|
||||||
|
```pre-commit install```
|
||||||
|
|
||||||
|
commands to do it
|
||||||
|
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
* actually document
|
* actually document
|
||||||
* networking stuff
|
* networking stuff
|
||||||
* intergrate with compression
|
* intergrate with compression
|
||||||
|
* test? 🤮
|
||||||
|
|
|
@ -14,7 +14,7 @@ def parse_args():
|
||||||
""" """
|
""" """
|
||||||
parser = argparse.ArgumentParser(description="Dumb wii multiplayer project.")
|
parser = argparse.ArgumentParser(description="Dumb wii multiplayer project.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--debug", action="store_true", help="an integer for the accumulator"
|
"--debug", action="store_true", help="Print all the log messages"
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
return args
|
return args
|
||||||
|
|
Loading…
Reference in New Issue