From 664f5674195d25e91259bc2c5f90811f25975dcc Mon Sep 17 00:00:00 2001 From: Brett Mayson Date: Mon, 11 Nov 2024 03:37:39 +0000 Subject: [PATCH] fix launch doc --- bin/src/commands/launch/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/src/commands/launch/mod.rs b/bin/src/commands/launch/mod.rs index 35223484..8b30f8fc 100644 --- a/bin/src/commands/launch/mod.rs +++ b/bin/src/commands/launch/mod.rs @@ -191,7 +191,7 @@ pub struct Command { #[derive(clap::Args)] #[allow(clippy::module_name_repetitions)] pub struct LaunchArgs { - #[arg(action = clap::ArgAction::Append)] + #[arg(action = clap::ArgAction::Append, verbatim_doc_comment)] /// Launches with the specified configurations /// /// Configured in either: