mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-15 08:12:53 -07:00
feat: open texthooker from cli and tray
This commit is contained in:
@@ -124,9 +124,12 @@ test('youtube playback does not use generic overlay-runtime bootstrap classifica
|
||||
|
||||
test('standalone texthooker classification excludes integrated start flow', () => {
|
||||
const standalone = parseArgs(['--texthooker']);
|
||||
const standaloneOpenBrowser = parseArgs(['--texthooker', '--open-browser']);
|
||||
const integrated = parseArgs(['--start', '--texthooker']);
|
||||
|
||||
assert.equal(isStandaloneTexthookerCommand(standalone), true);
|
||||
assert.equal(standaloneOpenBrowser.texthookerOpenBrowser, true);
|
||||
assert.equal(isStandaloneTexthookerCommand(standaloneOpenBrowser), true);
|
||||
assert.equal(isStandaloneTexthookerCommand(integrated), false);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user