Vaibhavs10 / insanely-fast-whisper

Apache License 2.0
7.76k stars 547 forks source link

Normalize CLI Argument Format for Consistency #181

Closed felixcarmona closed 8 months ago

felixcarmona commented 9 months ago

Summary

This PR introduces a change to the CLI argument format by replacing --hf_token with --hf-token. This adjustment ensures consistency across the tool's interface, as all other parameters follow the hyphenated (-) format rather than using underscores (_). This inconsistency can potentially lead to user confusion and a slight deviation from common CLI practices.

Changes and Impact

Vaibhavs10 commented 9 months ago

Thanks for the PR. Would you mind rebasing w/ main!

felixcarmona commented 8 months ago

done, rebased