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

Updated documentation according to #746 #780

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions cli/src/main/asciidoc/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ If multiple, partially overlapping configurations are provided then the followin
* <<cli:available-scopes>>
* <<cli:effective-configuration>>
* <<cli:effective-rules>>
* <<cli:list-plugins>>
* <<cli:report>>
* <<cli:scan>>
* <<cli:server>>
Expand Down Expand Up @@ -213,17 +212,6 @@ Print the current configuration as YAML representation on the console.

List the rules which would be executed for an analysis and the given concepts, constraints or groups.

[[cli:list-plugins]]
==== list-plugins

Lists all plugins known to jQAssistant. Helpful to check
which plugins are active during the scan and analysis.

[source]
----
jqassistant.sh list-plugins
----

[[cli:report]]
==== report

Expand Down
Loading