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/placeholder.rs
blob: ebe05ffd319eb00fc462498fa61ad445707a87b8 (plain)
1
2
3
4
5
6
7
8
9
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(())
}