From 2ef74cbf9d23a1c6540b94bf8f8203b0788dccc7 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Mon, 29 Dec 2025 16:24:36 -0500 Subject: [PATCH] docs: Fixed README.md --- README.md | 1 - get_filter_support_table | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 59f3d9e..9726d94 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,6 @@ use /filters * | name | description | | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| banner | Print a banner for Nushell with information about the project | | crop | Crop the input video to given dimensions. | | format | Convert the input video to one of the specified pixel formats. Libavfilter will try to pick one that is suitable as input to the next filter. | | fps | Convert the video to specified constant frame rate by duplicating or dropping frames as necessary. | diff --git a/get_filter_support_table b/get_filter_support_table index d551840..f4f5542 100755 --- a/get_filter_support_table +++ b/get_filter_support_table @@ -6,7 +6,7 @@ use filters.nu; def main [] { ( help commands - | where command_type == "custom" and name !~ "p(rompt|wd)|^main$" + | where command_type == "custom" and name !~ "banner|p(rompt|wd)|^main$" | select name description | update description { str replace -a "\n" " "