Improvements per ux review
Metadata
Current evaluation
Merged after two reviewer approvals and passing CI. Updates help text formatting across five files, center-aligning columns and applying several small UX improvements to command-line output.
Suggested action: —
No scores available.
Issue body
Several small improvements in the help texts all around, plus a big change: now the columns are "aligned to the center".
This is how it now looks the general help, for example:
```
$ fades -r requirements.txt -m charmcraft
Usage:
charmcraft [help] <command>
Summary:
Charmcraft provides a streamlined, powerful, opinionated and
flexible tool to develop, package and manage the lifecycle of
Juju charm publication, particularly charms written within
the Operator Framework.
Global options:
-h, --help: Show this help message and exit.
-v, --verbose: More verbose and show debug information.
-q, --quiet: Only show warnings and errors, not progress.
Starter commands:
build: Build the charm.
help: Provide help on charmcraft usage.
init: Initialize a directory to be a charm project.
names: List the charm names registered in the Store.
register: Register a charm in the Store.
release: Relase a charm revision to one or more channels.
revisions: List existing revisions for a charm in the Store.
status: List released revisions of a package.
upload: Upload a charm file to the Store.
version: Show the version.
Commands can be classified as follows:
basic: build, help, init, version
store: login, logout, names, register, release, revisions,
status, upload, whoami
For more information about a command, run 'charmcraft help <command>'.
For a summary of all commands, run 'charmcraft help --all'.
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after two reviewer approvals and passing CI. Updates help text formatting across five files, center-aligning columns and applying several small UX improvements to command-line output. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Updates center-align help text columns and refine surrounding descriptions per UX review feedback. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Applies UX review feedback by refining help text formatting and center-aligning command columns to improve readability. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #154 Improved short help messages. | charmcraft | merged | Merged improvements to short help messages for commands and parameters, updating output per UX suggestions. Approved by two reviewers, passed CI, and modified eight files as part of a broader help overhaul. |