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

Add ability for plugins to specify logToBuffer and keepOpen without CLI options #905

Open
austinmatherne-wk opened this issue Oct 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@austinmatherne-wk
Copy link
Contributor

What should we change and why?

As mentioned in Arelle/ixbrl-viewer#568 (comment), the way Arelle handles logToBuffer and keepOpen is awkward. Arelle doesn't define a command line option for logToBuffer, but does check if a plugin has.

A related issue, Arelle specifies a keepOpen argument, but this also seems to be a setting that should be controlled by plugins and not the user at the command line.

Both of these could be solved by introducing a mechanism (plugin hook?) for plugins to directly define options on the controller without going through the command line options.

@austinmatherne-wk austinmatherne-wk added the enhancement New feature or request label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Accepted
Development

No branches or pull requests

1 participant