style: copy

This commit is contained in:
zhom
2025-07-09 06:02:28 +04:00
parent bc1b9e9757
commit 188e14e5b5
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -154,7 +154,7 @@ program
}
});
// Command for Camoufox anti-detect browser
// Command for Camoufox browser orchestrator
program
.command("camoufox")
.argument("<action>", "launch, stop, list, or open-url for Camoufox browser")
@@ -239,7 +239,7 @@ program
// Firefox preferences
.option("--firefox-prefs <prefs>", "Firefox user preferences (JSON string)")
.description("launch and manage Camoufox anti-detect browser instances")
.description("launch and manage Camoufox browser orchestrator instances")
.action(async (action: string, options: any) => {
try {
if (action === "launch") {