MCPcopy
hub / github.com/lingodotdev/lingo.dev / openUrl

Function openUrl

packages/cli/src/cli/cmd/init.ts:24–27  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

22import cursorInitCmd from "./init/cursor";
23
24const openUrl = (path: string) => {
25 const settings = getSettings(undefined);
26 open(`${settings.auth.webUrl}${path}`, { wait: false });
27};
28
29const throwHelpError = (option: string, value: string) => {
30 if (value === "help") {

Callers 2

throwHelpErrorFunction · 0.85
init.tsFile · 0.85

Calls 1

getSettingsFunction · 0.90

Tested by

no test coverage detected