upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/nostr_git_remote_helper/src/sub_commands/capabilities.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nostr_git_remote_helper/src/sub_commands/capabilities.rs')
-rw-r--r--nostr_git_remote_helper/src/sub_commands/capabilities.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/nostr_git_remote_helper/src/sub_commands/capabilities.rs b/nostr_git_remote_helper/src/sub_commands/capabilities.rs
deleted file mode 100644
index 325cb3b..0000000
--- a/nostr_git_remote_helper/src/sub_commands/capabilities.rs
+++ /dev/null
@@ -1,8 +0,0 @@
1use anyhow::Result;
2
3// https://git-scm.com/docs/gitremote-helpers#_capabilities
4pub async fn launch() -> Result<()> {
5 // blank line indicates end of capabilities
6 println("");
7 Ok(())
8}