diff options
Diffstat (limited to 'src/commands/browse.rs')
| -rw-r--r-- | src/commands/browse.rs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/commands/browse.rs b/src/commands/browse.rs deleted file mode 100644 index b6cb08f..0000000 --- a/src/commands/browse.rs +++ /dev/null @@ -1,19 +0,0 @@ -use clap::Args; - -#[derive(Args)] -pub struct BrowseArgs { - /// Package(s) to browse - pub packages: Vec<String>, - - /// Open the homepage instead of the repository URL - #[arg(short = 'H', long)] - pub homepage: bool, - - /// Only show the homepage or repository URL - #[arg(short, long)] - pub show: bool, -} - -pub fn execute(_args: &BrowseArgs) { - todo!() -} |
