diff --git a/.rich-codex.yml b/.rich-codex.yml index c4b8ca5..13fde7b 100644 --- a/.rich-codex.yml +++ b/.rich-codex.yml @@ -1,5 +1,15 @@ outputs: - - command: "baet --help" + - command: "cli --help" title: BAET img_paths: - docs/img/baet_help.svg + + - command: "cli extract --help" + title: BAET + img_paths: + - docs/img/baet_extract_help.svg + + - command: "cli probe --help" + title: BAET + img_paths: + - docs/img/baet_probe_help.svg diff --git a/README.md b/README.md index 2cc96bf..ac7b71d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,11 @@ baet --version Once installed, calling `baet --help` will display the general help screen, showing a list of options you can use. -baet help screen +baet help screen + +baet help screen + +baet help screen To simply extract the audio tracks of all videos in a directory `~/inputs`, and extract each into a subdirectory of `~/outputs`, call