-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update client with argparse (#3) #25
Conversation
note: please update to the latest image-go-nord package version |
94350ff
to
1a4e4c8
Compare
OUTPUT_IMAGE_NAME = "nord" + DEFAULT_EXTENSION | ||
|
||
__doc__ = """ImageGoNord, a converter for a rgb images to norththeme palette. | ||
Usage: gonord [OPTION]... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe better:
Usage: gonord [OPTION]... | |
Usage: ign [OPTION]... |
did we decided to reduce the command to something thin like ign
in the end? Or is it still a point for discussion? I dont have a good memory and don't find where we had the discussion 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, but I think this is better in another PR
Test added: No avg pixel Test added: No avg pixel refactor: moved old tests feat: added settings for vscode refactor: moved tests refactor: moving files test: creating mocked tests test: first mocked test test: added base tests test: full mock feat: added wrong parameter refactor: removed useless params refactor: tests + main refactor: introducing argparse refactor: using sys.stderr for img and version refactor: quiet mode refactor: output file refactor: no-avg refactor: blur and logging refactor: black refactor: pixels-area refactor: small fixes refactor: small fixes refactor: moving to __init__ refactor: pattern selection refactor: version refactor: updated readme feat: updated readme feat: updated readme
refactor(palette): tests feat(palette): updated version
Co-authored-by: GabrielePuliti <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looking good, it's kind of a giant PR but I understand that there was no other choice. Please attach the log or screenshot of a successful run, then I believe we can merge @Wabri
I'll leave the honor to @BugliL for his great and huge work! |
What do you mean? Just a simple run with the result? |
Exactly |
You can merge |
Pull Request
Description
Rewrited part of the client using argparse.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
All instruction to test this code is written in the
README.md
file.All tests are in the folder
tests/
Test Configuration:
Checklist: