From d2825a659af9dd9176e3e6c5a3430589f89e8cc6 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 25 Jun 2023 16:27:47 -0700 Subject: [PATCH] any --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 6b3f506..332aab8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ use clap::{Parser, ValueEnum}; #[derive(Debug, Parser)] #[command(author, version, about, long_about = None)] +#[command(next_line_help = true)] /// Templater is a tool to help you get started quickly configuring cloud apps, libraries, /// and frameworks. struct Args {