Skip to content

Commit 163fa29

Browse files
style: fix Prettier formatting in cli.ts
Break function parameters onto separate lines with trailing comma. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 761e834 commit 163fa29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cli/cli.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ program
5656
"Manifest version to use in the generated manifest",
5757
)
5858
.action(
59-
(directory?: string, options?: { yes?: boolean; manifestVersion?: string }) => {
59+
(
60+
directory?: string,
61+
options?: { yes?: boolean; manifestVersion?: string },
62+
) => {
6063
void (async () => {
6164
try {
6265
const success = await initExtension(

0 commit comments

Comments
 (0)