Skip to content

Commit cf62a96

Browse files
authored
feat(dart_frig_cli): make daemon command visible (#871)
1 parent 01ec23d commit cf62a96

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/dart_frog_cli/lib/src/commands/daemon/daemon.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ class DaemonCommand extends DartFrogCommand {
2323
@override
2424
String get name => 'daemon';
2525

26-
@override
27-
// TODO(renancaraujo): unhide this command when it's ready
28-
bool get hidden => true;
29-
3026
/// The [DaemonServer] instance used by this command.
3127
///
3228
/// Visible for testing purposes only.

packages/dart_frog_cli/test/src/command_runner_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const expectedUsage = [
3030
'Available commands:\n'
3131
' build Create a production build.\n'
3232
' create Creates a new Dart Frog app.\n'
33+
' daemon Start the Dart Frog daemon\n'
3334
' dev Run a local development server.\n'
3435
' list Lists the routes on a Dart Frog project.\n'
3536
' new Create a new route or middleware for dart_frog\n'

0 commit comments

Comments
 (0)