docs: Fixed README.md

This commit is contained in:
2025-12-29 16:24:36 -05:00
parent 4604b16ebe
commit 2ef74cbf9d
2 changed files with 1 additions and 2 deletions

View File

@@ -168,7 +168,6 @@ use <path-to-repository>/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. |

View File

@@ -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" " "