From 108fef99d19ade71013dc25562e3c3c3e23347ef Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Fri, 7 Apr 2023 11:50:57 +0200 Subject: Failing test for setting description --- src/parser.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parser.rs') diff --git a/src/parser.rs b/src/parser.rs index 88b32bb..5295483 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -22,6 +22,8 @@ pub enum ShackleCommand { pub struct GitInitArgs { #[arg(long)] pub group: Option, + #[arg(long)] + pub description: Option, pub repo_name: String, } -- cgit v1.2.3