-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Non interactive modes ( [Bug]: sanitize_input #324 ) #326
base: main
Are you sure you want to change the base?
Conversation
@Tearran I will take a closer look when I get a chance, but on the first peek I was thinking maybe we can add |
Thanks. I support the use of |
I reverted armbian-config and moved the changes to armbian-config-dev.
This setup could allow us to stage and refine these changes. Staging changes may benefit the project by letting us iteratively improve semantics, naming conventions, json/module keys and functionalities. This approach should help ensure that aspects which might be incomplete or not fully optimized can be refined in stages. |
added timer function to help identify sections that are slow and may need optimization or separation to improve performance. may help pinpoint where the script might be experiencing delays and take appropriate actions to optimize those areas replaced loading echo messages with function to output
|
Issues
sanitize_input
does not work as expected #324Staging for refining
Non interactive
modes.added option "--noint"
stage "--api" for json I/O (currently only out).
Remove calls for
sanitize_input
in main binary options,