mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
fix: Updated nushell version.
This commit is contained in:
@@ -7,9 +7,9 @@ def main [] {
|
||||
(
|
||||
help commands
|
||||
| where command_type == "custom" and name !~ "p(rompt|wd)"
|
||||
| select name usage
|
||||
| select name description
|
||||
| update name { if $in == 'main' { 'ffprobe' } else { $'ffprobe ($in)' } }
|
||||
| filter { not ($in.name == 'ffprobe' and ($in.usage | is-empty)) }
|
||||
| where { not ($in.name == 'ffprobe' and ($in.description | is-empty)) }
|
||||
| to md -p
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user