diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-02 07:46:28 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-02 07:46:28 +0100 |
| commit | 9ba3dc08e60906cef6c82a375d3c427d2b2f4733 (patch) | |
| tree | c2cdd9c2597ac1908f32d413bfb5f36eb3423dcb /nostr_git_remote_helper/src/sub_commands/placeholder.rs | |
| parent | cc1cc62d8bd79920249f0738c20d5546f5363f28 (diff) | |
refactor: remove old remote helper placeholder
to make room for new one
Diffstat (limited to 'nostr_git_remote_helper/src/sub_commands/placeholder.rs')
| -rw-r--r-- | nostr_git_remote_helper/src/sub_commands/placeholder.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nostr_git_remote_helper/src/sub_commands/placeholder.rs b/nostr_git_remote_helper/src/sub_commands/placeholder.rs deleted file mode 100644 index ebe05ff..0000000 --- a/nostr_git_remote_helper/src/sub_commands/placeholder.rs +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | use anyhow::Result; | ||
| 2 | |||
| 3 | use crate::Cli; | ||
| 4 | |||
| 5 | #[derive(Debug, clap::Args)] | ||
| 6 | pub struct SubCommandArgs {} | ||
| 7 | |||
| 8 | pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | ||
| 9 | Ok(()) | ||
| 10 | } | ||