This commit is contained in:
talksik
2023-06-25 16:27:47 -07:00
parent d545136e66
commit d2825a659a
+1
View File
@@ -2,6 +2,7 @@ use clap::{Parser, ValueEnum};
#[derive(Debug, Parser)] #[derive(Debug, Parser)]
#[command(author, version, about, long_about = None)] #[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, /// Templater is a tool to help you get started quickly configuring cloud apps, libraries,
/// and frameworks. /// and frameworks.
struct Args { struct Args {