Skip to content

SP-1534: add description messages where they were missing#394

Open
Jing Sun (kuvia) wants to merge 1 commit into
mainfrom
SP-1534-Add-descriptions-to-all-commands-and-command-sections-in-help
Open

SP-1534: add description messages where they were missing#394
Jing Sun (kuvia) wants to merge 1 commit into
mainfrom
SP-1534-Add-descriptions-to-all-commands-and-command-sections-in-help

Conversation

@kuvia

@kuvia Jing Sun (kuvia) commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Description

Backfill help descriptions. Legacy root commands that are used by multiple modules were added to configureRootCommands. General commands that are only used by one module are added to the modules themselves.

Relevant links

Checklist

  • I have self-reviewed this PR
  • I have tested the change and proved that it works in different scenarios
  • I have updated docs if needed

@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud


const updateCommand = configurator.command("update");
const updateCommand = configurator.command("update")
.description("Update data pool");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could be a bit more elaborate, no? 😄

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