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

Inconsistent naming #184

Open
ShalokShalom opened this issue Aug 28, 2024 · 1 comment
Open

Inconsistent naming #184

ShalokShalom opened this issue Aug 28, 2024 · 1 comment

Comments

@ShalokShalom
Copy link

I just searched myself dull, because --session-restart-package is the name of the option on the CLI, and in source, its called session_restart_package - thats probably a me issue, I just wanted to report, that I would appreciate if the names line up.

@rnestler
Copy link
Owner

Well that's just how the naming conventions are: For command line arguments one uses - to separate words and for variable names one has to use _. I think it would be very unusual to have --sesion_restart_package as a command line argument.

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

No branches or pull requests

2 participants