Skip to content
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

Simplify the CLI code and make help prettier #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lebrice
Copy link
Contributor

@lebrice lebrice commented Mar 14, 2023

Fixes #34

@lebrice lebrice force-pushed the lebrice/prettier_cli_help branch 4 times, most recently from 857fbae to b2f592c Compare March 14, 2023 18:22
Fixes #34

Signed-off-by: Fabrice Normandin <[email protected]>
from sarc.cli.acquire import Acquire
from sarc.cli.db import Db
from sarc.cli.acquire import add_acquire_commands
from sarc.cli.db import add_db_commands
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Utiliser des fonctions plutôt que des classes c'est parce que le helper n'est pas aussi beau sinon? C'est dommage la structure était claire et concise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rendre le output de "--help" moins laid
2 participants