diff options
Diffstat (limited to 'src/commands/check_platform_reqs.rs')
| -rw-r--r-- | src/commands/check_platform_reqs.rs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/commands/check_platform_reqs.rs b/src/commands/check_platform_reqs.rs deleted file mode 100644 index 697b3f6..0000000 --- a/src/commands/check_platform_reqs.rs +++ /dev/null @@ -1,20 +0,0 @@ -use clap::Args; - -#[derive(Args)] -pub struct CheckPlatformReqsArgs { - /// Disables checking of require-dev packages requirements - #[arg(long)] - pub no_dev: bool, - - /// Check packages from the lock file - #[arg(long)] - pub lock: bool, - - /// Output format (text, json) - #[arg(short, long)] - pub format: Option<String>, -} - -pub fn execute(_args: &CheckPlatformReqsArgs) { - todo!() -} |
