about summary refs log tree commit diff stats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 4e64657..3b13bdf 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -139,6 +139,10 @@ pub enum VideosCommand {
         /// An optional search query to limit the results
         #[arg(action = ArgAction::Append)]
         search_query: Option<String>,
+
+        /// The number of videos to show
+        #[arg(short, long)]
+        limit: Option<usize>,
     },
 
     /// Get detailed information about a video