Skip to content

Commit

Permalink
jcall: change the default framing to line
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Oct 7, 2021
1 parent 1b93014 commit 3434323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jcall/jcall.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
callTimeout = flag.Duration("timeout", 0, "Timeout on each call (0 for no timeout)")
doNotify = flag.Bool("notify", false, "Send a notification")
withContext = flag.Bool("c", false, "Send context with request")
chanFraming = flag.String("f", envOrDefault("JCALL_FRAMING", "raw"), "Channel framing")
chanFraming = flag.String("f", envOrDefault("JCALL_FRAMING", "line"), "Channel framing")
doBatch = flag.Bool("batch", false, "Issue calls as a batch rather than sequentially")
doErrors = flag.Bool("e", false, "Print error values to stdout")
doIndent = flag.Bool("i", false, "Indent JSON output")
Expand Down

0 comments on commit 3434323

Please sign in to comment.