Skip to content

Commit f477568

Browse files
Alex HolmbergAlex793x
authored andcommitted
feat: test
1 parent 35d3365 commit f477568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::path::PathBuf;
66
#[command(version = env!("CARGO_PKG_VERSION"))]
77
#[command(about = "Generate Infrastructure as Code from your codebase")]
88
#[command(
9-
long_about = "A powerful CLI tool that analyzes your codebase and automatically generates optimized Infrastructure as Code configurations including Dockerfiles, Docker Compose files, and Terraform configurations."
9+
long_about = "A powerful CLI tool that analyzes your codebase and automatically generates optimized Infrastructure as Code configurations including Dockerfiles, Docker Compose files, and Terraform configurations"
1010
)]
1111
pub struct Cli {
1212
#[command(subcommand)]

0 commit comments

Comments
 (0)