Skip to content

Commit 1ee08fa

Browse files
committed
fix: add newline at end of file and clarify end of cli.js
1 parent a69c8c9 commit 1ee08fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ if (command === 'init') {
6464
} else {
6565
console.log('Usage: bunx @riligar/agents-kit init')
6666
process.exit(1)
67-
}
67+
}
68+
// End of cli.js

0 commit comments

Comments
 (0)