summaryrefslogtreecommitdiff
path: root/src/parser.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-04-02 21:04:52 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-04-02 21:04:52 +0200
commite5fef4f81679582cd6e55de3c8d4461fe712c997 (patch)
treed3455653f52261db8ccc0b42841a8d953f5d494b /src/parser.rs
parent3a0452fb06c116de61ae75cf34931d4747c5953f (diff)
Start the basics of listing repos
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),