summaryrefslogtreecommitdiff
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 700414c..88b32bb 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -11,6 +11,8 @@ pub enum ShackleCommand {
#[command(skip)]
Whitespace,
Exit,
+ /// List all repositories available
+ List,
GitInit(GitInitArgs),
GitUploadPack(GitUploadPackArgs),
GitReceivePack(GitReceivePackArgs),