-
Notifications
You must be signed in to change notification settings - Fork 11
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
menu-driven command line interface for configuring #139
Comments
Update documentation for plugin configuration
Build menu driven interface for configuring JSON configuration
Connect menu driven interface to PaperPi from command line
|
rewrite user facing functions to have defined key-word args and also accept args and kwargs.
|
weird crash when running from command line:
This does not appear to happen when running in Jupyter. Steps to reproduce:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Add a command line interface for adding, removing and configuring plugins. Use the same interface to configure the main section of the config as well.
Describe the solution you'd like
Add a function that can help users configure plugins by displaying fields, descriptions and checking for reasonable values. The interface should also reveal the user-facing helper functions that some plugins have (e.g. LMS search, lat/lon lookup). This should be a menu driven interface with yes/no questions, prompts for input.
Describe alternatives you've considered
The JSON config file that will be rolled out in 0.6 is terrible to edit by hand
The text was updated successfully, but these errors were encountered: