docs: Improved README.md.

This commit is contained in:
Spencer Brower
2024-02-03 22:57:33 -05:00
parent 25a3868dca
commit 55d04eb66e
8 changed files with 113 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env nu
# vim: filetype=nu :
# Multimedia stream analyzer.
# Run ffprobe on a list of files and return the output as a table.
export def main [
...input_files: string
]: nothing -> table {