Skip to content

Commit f890e87

Browse files
committed
fix parsing
1 parent 8ae4b4d commit f890e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const program = new Command(packageJson.name)
150150
`,
151151
)
152152
.option(
153-
"--tools ",
153+
"--tools",
154154
`
155155
156156
Specify the tools you want to use by providing a comma-separated list. For example, 'wikipedia.WikipediaToolSpec,google.GoogleSearchToolSpec'. Use 'none' to not using any tools.

0 commit comments

Comments
 (0)