diff options
Diffstat (limited to 'src/commands/fund.rs')
| -rw-r--r-- | src/commands/fund.rs | 12 |
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!() -} |
