Skip to content

Commit

Permalink
name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Nov 1, 2023
1 parent e37f880 commit ede9380
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tool/lib/commands/serve.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ class ServeCommand extends Command {
}

@override
String get name => 'build-release';
String get name => 'serve';

@override
String get description => 'Runs ';
String get description =>
'Builds DevTools in release mode and serves the web app with a locally '
'running DevTools server.';

@override
Future run() async {
Expand Down

0 comments on commit ede9380

Please sign in to comment.