Skip to content

Commit

Permalink
Allow --machine to be passed to devtools_tool serve
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Nov 8, 2023
1 parent d9b3aa8 commit 216e78a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tool/lib/commands/serve.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ class ServeCommand extends Command {
help:
'Whether to build the DevTools app in release mode before starting '
'the DevTools server.',
)
..addFlag(
'machine',
negatable: false,
help: 'Sets output format to JSON for consumption in tools.',
);
}

Expand Down

0 comments on commit 216e78a

Please sign in to comment.