From 601c08b20bfb806d78fe92d9830960d1a333d5cf Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 29 Mar 2023 15:55:43 +0200 Subject: Initial implementation of --init group As the todo list indicates, it needs some security refinement. --- 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 55a2be9..700414c 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -18,6 +18,8 @@ pub enum ShackleCommand { #[derive(Parser, Clone, Debug, PartialEq, Eq)] pub struct GitInitArgs { + #[arg(long)] + pub group: Option, pub repo_name: String, } -- cgit v1.2.3