Skip to content

Commit 93158a5

Browse files
authored
Merge pull request #33 from ayakut16/fix/shell-parser
fix: support spaces and quote in shell params
2 parents 1f711d1 + ab1dba4 commit 93158a5

File tree

5 files changed

+540
-221
lines changed

5 files changed

+540
-221
lines changed

cmd/mcptools/commands/root.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ const (
2727
var (
2828
// FormatOption is the format option for the command, valid values are "table", "json", and
2929
// "pretty".
30-
FormatOption string
30+
// Default is "table".
31+
FormatOption = "table"
3132
// ParamsString is the params for the command.
3233
ParamsString string
3334
)

0 commit comments

Comments
 (0)