Skip to content

Add an in-app command reference - #5

Merged
tianyu487 merged 1 commit into
masterfrom
branch-C-Help
Sep 11, 2026
Merged

tianyu487 merged 1 commit into
masterfrom
branch-C-Help

Conversation

@tianyu487

Copy link
Copy Markdown
Owner

Implements the C-Help extension with a command reference shared by the CLI and JavaFX interfaces.

User command

help

Changes

  • recognize the help command
  • display every supported command and argument format
  • add integration coverage
  • document the command in the user guide

Verification

  • 19 JUnit tests pass
  • Checkstyle passes
  • manual CLI check passes

Users need to remember several command formats, but the application does
not provide guidance after startup. Syntax mistakes are therefore more
likely, and users must consult external documentation.

Add a help command that lists every supported command and its arguments.
Keep the response in Ui so the text and graphical interfaces share one
reference, and document and test the new behavior.
@tianyu487
tianyu487 merged commit c48ff89 into master Sep 11, 2026
6 checks passed
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.

1 participant