about summary refs log tree commit diff stats
path: root/pkgs/by-name/ts/tskm/src/cli.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-11 13:04:16 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-11 13:04:16 +0200
commit81ed60e6eb0ae2f0aa06eb6859b5d76d6841519a (patch)
tree23d253fb37c70a70ab4a0abde47ba53b58f9d48e /pkgs/by-name/ts/tskm/src/cli.rs
parentpkgs/tskm/neorg/task: Correctly call the id argument “task” (diff)
downloadnixos-config-81ed60e6eb0ae2f0aa06eb6859b5d76d6841519a.zip
pkgs/tskm/open/review: All reviewing all non-empty projects
Diffstat (limited to '')
-rw-r--r--pkgs/by-name/ts/tskm/src/cli.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/by-name/ts/tskm/src/cli.rs b/pkgs/by-name/ts/tskm/src/cli.rs
index 9175cd3d..1fd338fb 100644
--- a/pkgs/by-name/ts/tskm/src/cli.rs
+++ b/pkgs/by-name/ts/tskm/src/cli.rs
@@ -114,7 +114,11 @@ pub enum OpenCommand {
     /// Open each project's Qutebrowser profile consecutively, that was opened since the last review.
     ///
     /// This allows you to remove stale opened tabs and to commit open tabs to the `inputs`.
-    Review,
+    Review {
+        /// Review all projects, if they contain tabs
+        #[arg(short, long, default_value_t)]
+        non_empty: bool,
+    },
 
     /// Opens Qutebrowser with either the supplied project or the currently active project profile.
     Project {