[refactor] rename project to "PolyScribe" and update references accordingly

This commit is contained in:
2025-08-08 10:10:12 +02:00
parent 96046be3a4
commit 3495d69da9
5 changed files with 20 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ mod models;
static LAST_MODEL_WRITTEN: AtomicBool = AtomicBool::new(false);
#[derive(Parser, Debug)]
#[command(name = "merge_transcripts", version, about = "Merge multiple JSON transcripts into one or transcribe audio using native whisper")]
#[command(name = "PolyScribe", version, about = "Merge multiple JSON transcripts into one or transcribe audio using native whisper")]
struct Args {
/// Input .json transcript files or audio files to merge/transcribe
inputs: Vec<String>,