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

qcli panel activation/deactivation #666

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

JeromeMartinez
Copy link
Contributor

Panels can currently be activated only through the GUI, preventing configuration from the CLI only (without the GUI installed).
This patch adds panel activation/deactivation through the CLI.

-show-panels
    Show the available panels.
    First column is an index to be used with -activate-panel or -deactivate-panel.
    Second column is the status of the panel ("active" if the panel is used during analysis).
    Third column is the name of the panel
-activate-panel <panel name or index>
    Register the panel as active.
    Use "all" panel name for registering all panels as active.
-deactivate-panel <panel name or index>
    Register the panel as not active.
    Use "all" panel name for registering all panels as not active.

Copy link
Member

@dericed dericed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me

@dericed dericed merged commit 2260d17 into bavc:master Oct 26, 2020
@JeromeMartinez JeromeMartinez deleted the qcli_PannelOptions branch October 26, 2020 21:29
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

Successfully merging this pull request may close these issues.

2 participants