Skip to content

Commit

Permalink
fix launch doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 11, 2024
1 parent 4cc81b4 commit 664f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/commands/launch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 664f567

Please sign in to comment.