From 1ec8b9be91ab2d172ad97cd6f402ff23cfca30f9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 1 Nov 2023 00:00:00 +0000 Subject: feat(helper) add rust workspace add nostr_git_remote_helper with standard helper packages for rust cli --- nostr_git_remote_helper/src/sub_commands/placeholder.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nostr_git_remote_helper/src/sub_commands/placeholder.rs (limited to 'nostr_git_remote_helper/src/sub_commands/placeholder.rs') diff --git a/nostr_git_remote_helper/src/sub_commands/placeholder.rs b/nostr_git_remote_helper/src/sub_commands/placeholder.rs new file mode 100644 index 0000000..ebe05ff --- /dev/null +++ b/nostr_git_remote_helper/src/sub_commands/placeholder.rs @@ -0,0 +1,10 @@ +use anyhow::Result; + +use crate::Cli; + +#[derive(Debug, clap::Args)] +pub struct SubCommandArgs {} + +pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { + Ok(()) +} -- cgit v1.2.3