From 3f80f3acd90c9782420cc0d33fcf77035e522b15 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 11 Feb 2026 10:15:55 +0900 Subject: enable workspace --- src/commands/fund.rs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/commands/fund.rs (limited to 'src/commands/fund.rs') 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, -} - -pub fn execute(_args: &FundArgs) { - todo!() -} -- cgit v1.3.1