diff options
Diffstat (limited to 'src/commands/status.rs')
| -rw-r--r-- | src/commands/status.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commands/status.rs b/src/commands/status.rs deleted file mode 100644 index 424f404..0000000 --- a/src/commands/status.rs +++ /dev/null @@ -1,8 +0,0 @@ -use clap::Args; - -#[derive(Args)] -pub struct StatusArgs {} - -pub fn execute(_args: &StatusArgs) { - todo!() -} |
