From d352d61d188098fd85ca89d0aed8ed90fa205efb Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sat, 18 Mar 2023 17:51:34 +0100 Subject: [PATCH] Documentation --- WhisperPS/Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WhisperPS/Readme.md b/WhisperPS/Readme.md index a2edda9..01f0369 100644 --- a/WhisperPS/Readme.md +++ b/WhisperPS/Readme.md @@ -33,6 +33,9 @@ It returns the object which keeps both source file name, and transcribed text. * `Export-SubRip` saves transcribed text in *.srt format. * `Export-WebVTT` saves transcribed text in *.vtt format. +You can use `man` (an alias for `get-help`) for detailed documentation on specific commands, example:
+`man Import-WhisperModel -full` + By default, PowerShell doesn’t print any informational or debug messages. If you want these messages, run these commends: