diff options
author | Soispha <soispha@vhack.eu> | 2024-01-28 20:59:43 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-28 20:59:43 +0100 |
commit | 3c9e46fabfa4b9b6ccb249b0420c508ed57daee4 (patch) | |
tree | e4111a0fdf28fd46db06552857f8729152df43d1 /sys/nixpkgs/pkgs/yt | |
parent | fix(sys/nixpkgs/update_pkgs): Allow to hide expansive updates behind flag (diff) | |
download | nixos-config-3c9e46fabfa4b9b6ccb249b0420c508ed57daee4.tar.gz nixos-config-3c9e46fabfa4b9b6ccb249b0420c508ed57daee4.zip |
fix(sys/nixpkgs/pkgs/yt/ytc): Allow watching already watched ids
Diffstat (limited to 'sys/nixpkgs/pkgs/yt')
-rw-r--r-- | sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs b/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs index 3fa3148d..b38157df 100644 --- a/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs +++ b/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs @@ -27,6 +27,8 @@ fn main() -> Result<()> { "--output", "json", "list", + "--watched", + "--unwatched", "--attributes", "url", "--ids", |