From 286b742230cf2c1a0ac944ae2d01c3e0782d0017 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 11 Jun 2025 18:19:39 +0200 Subject: pkgs/tskm/open: Allow opening multiple URLs at a time --- pkgs/by-name/ts/tskm/src/cli.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/by-name/ts/tskm/src/cli.rs') diff --git a/pkgs/by-name/ts/tskm/src/cli.rs b/pkgs/by-name/ts/tskm/src/cli.rs index 90d6023b..23d9545f 100644 --- a/pkgs/by-name/ts/tskm/src/cli.rs +++ b/pkgs/by-name/ts/tskm/src/cli.rs @@ -126,8 +126,8 @@ pub enum OpenCommand { #[arg(value_parser = task::Project::from_project_string, add = ArgValueCompleter::new(complete_project))] project: task::Project, - /// The URL to open. - url: Option, + /// The URLs to open. + urls: Option>, }, /// Open a selected project in it's Qutebrowser profile. @@ -135,8 +135,8 @@ pub enum OpenCommand { /// This will use rofi's dmenu mode to select one project from the list of all registered /// projects. Select { - /// The URL to open. - url: Option, + /// The URLs to open. + urls: Option>, }, /// List all open tabs in the project. -- cgit 1.4.1