From 1ab3d928a2d350ce407205d9ee6ea9569cd38424 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 23 Feb 2026 01:46:32 +0900 Subject: fix(suggests): add long help text with documentation URL Match Composer's help output by adding long_about with a description and link to https://getcomposer.org/doc/03-cli.md#suggests. Co-Authored-By: Claude Opus 4.6 --- crates/mozart/src/commands.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/mozart/src/commands.rs') diff --git a/crates/mozart/src/commands.rs b/crates/mozart/src/commands.rs index e633526..c03abcc 100644 --- a/crates/mozart/src/commands.rs +++ b/crates/mozart/src/commands.rs @@ -192,6 +192,9 @@ pub enum Commands { Status(status::StatusArgs), /// Shows package suggestions + #[command( + long_about = "Shows package suggestions.\n\nRead more at https://getcomposer.org/doc/03-cli.md#suggests" + )] Suggests(suggests::SuggestsArgs), /// Updates your dependencies to the latest version according to composer.json -- cgit v1.3.1