chore: format imports in gateway and session tools
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import type { Command } from "commander";
|
||||
import type { DaemonInstallOptions, GatewayRpcOpts } from "./types.js";
|
||||
import { inheritOptionFromParent } from "../command-options.js";
|
||||
import {
|
||||
runDaemonInstall,
|
||||
@@ -9,6 +8,7 @@ import {
|
||||
runDaemonStop,
|
||||
runDaemonUninstall,
|
||||
} from "./runners.js";
|
||||
import type { DaemonInstallOptions, GatewayRpcOpts } from "./types.js";
|
||||
|
||||
function resolveInstallOptions(
|
||||
cmdOpts: DaemonInstallOptions,
|
||||
|
||||
Reference in New Issue
Block a user