diff options
Diffstat (limited to 'yt/src/cli.rs')
-rw-r--r-- | yt/src/cli.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/src/cli.rs b/yt/src/cli.rs index 2208caa..78d8de9 100644 --- a/yt/src/cli.rs +++ b/yt/src/cli.rs @@ -227,6 +227,7 @@ pub struct SharedSelectionCommandArgs { #[derive(Subcommand, Clone, Debug)] // NOTE: Keep this in sync with the [`constants::HELP_STR`] constant. <2024-08-20> +// NOTE: Also keep this in sync with the `tree-sitter-yts/grammar.js`. <2024-11-04> pub enum SelectCommand { /// Open a `git rebase` like file to select the videos to watch (the default) File { |