From 492cc67887855cecb3fb501c4b61af50bf645b73 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 1 Dec 2023 00:00:00 +0000 Subject: feat(helper) add capabilities cmd as specified in https://git-scm.com/docs/gitremote-helpers --- nostr_git_remote_helper/src/sub_commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'nostr_git_remote_helper/src/sub_commands/mod.rs') diff --git a/nostr_git_remote_helper/src/sub_commands/mod.rs b/nostr_git_remote_helper/src/sub_commands/mod.rs index b12a94a..c60ab7a 100644 --- a/nostr_git_remote_helper/src/sub_commands/mod.rs +++ b/nostr_git_remote_helper/src/sub_commands/mod.rs @@ -1 +1,2 @@ +pub mod capabilities; pub mod placeholder; -- cgit v1.2.3