Skip to content

Commit 0c0c70c

Browse files
committed
style(cli-mcp): prettier
1 parent 4497680 commit 0c0c70c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tools/cli/src/main.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ const rootCommand = Command.make('ping-lf').pipe(
3939
Command.withDescription(
4040
'CLI for initializing, scaffolding, and updating Ping Login Widget and Login App custom component projects.',
4141
),
42-
Command.withSubcommands([initCommand, generateCommand, updateCommand, releasesCommand, mcpCommand]),
42+
Command.withSubcommands([
43+
initCommand,
44+
generateCommand,
45+
updateCommand,
46+
releasesCommand,
47+
mcpCommand,
48+
]),
4349
);
4450

4551
const cli = Command.run(rootCommand, {

0 commit comments

Comments
 (0)