aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands/fund.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fund.rs')
-rw-r--r--src/commands/fund.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/commands/fund.rs b/src/commands/fund.rs
deleted file mode 100644
index bd82306..0000000
--- a/src/commands/fund.rs
+++ /dev/null
@@ -1,12 +0,0 @@
-use clap::Args;
-
-#[derive(Args)]
-pub struct FundArgs {
- /// Output format (text, json)
- #[arg(short, long)]
- pub format: Option<String>,
-}
-
-pub fn execute(_args: &FundArgs) {
- todo!()
-}