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

[Python] Command line / argument parsing (from a string) #6

Open
MattIPv4 opened this issue Sep 30, 2018 · 1 comment
Open

[Python] Command line / argument parsing (from a string) #6

MattIPv4 opened this issue Sep 30, 2018 · 1 comment
Labels
⚙️ Controllers Related to the controllers module 🆕 Enhancement New feature or request hacktoberfest An issue open and looking for help as part of hacktoberfest help wanted Extra attention is needed ⚙️ Utils Related to the utils module

Comments

@MattIPv4
Copy link
Owner

Drop the terminal debug system and replace with a command line for control.
Command line should be in its own sub package so that it can be used in both a terminal debug mode and via the web debug control in #5
The command line should support access of global callbacks, fixture helpers, fixture colors and individual fixture channels.
Additionally, support for selecting groups of fixtures and then using fixture helpers/colors/channels would be a plus.

@MattIPv4
Copy link
Owner Author

MattIPv4 commented Sep 30, 2018

Please note, this should be a command line implemented inside the package, not as arguments for a python file.
Preferably the command line should be as english as possible, the use of flags would not be encouraged.
Eg 'select fixture 5' not '--fixture 5'

@MattIPv4 MattIPv4 added 🆕 Enhancement New feature or request help wanted Extra attention is needed hacktoberfest An issue open and looking for help as part of hacktoberfest labels Sep 30, 2018
@MattIPv4 MattIPv4 changed the title Command line Command line / argument parsing (from a string) Oct 1, 2018
@MattIPv4 MattIPv4 changed the title Command line / argument parsing (from a string) [Python] Command line / argument parsing (from a string) Oct 10, 2018
@MattIPv4 MattIPv4 added ⚙️ Controllers Related to the controllers module ⚙️ Utils Related to the utils module labels Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Controllers Related to the controllers module 🆕 Enhancement New feature or request hacktoberfest An issue open and looking for help as part of hacktoberfest help wanted Extra attention is needed ⚙️ Utils Related to the utils module
Projects
None yet
Development

No branches or pull requests

1 participant