mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 16:24:58 +00:00
refactor(cli): share configure section runner
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export { configureCommand, configureCommandWithSections } from "./configure.commands.js";
|
||||
export {
|
||||
configureCommand,
|
||||
configureCommandFromSectionsArg,
|
||||
configureCommandWithSections,
|
||||
} from "./configure.commands.js";
|
||||
export { buildGatewayAuthConfig } from "./configure.gateway-auth.js";
|
||||
export {
|
||||
CONFIGURE_WIZARD_SECTIONS,
|
||||
|
||||
Reference in New Issue
Block a user