File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ class DaemonCommand extends DartFrogCommand {
23
23
@override
24
24
String get name => 'daemon' ;
25
25
26
- @override
27
- // TODO(renancaraujo): unhide this command when it's ready
28
- bool get hidden => true ;
29
-
30
26
/// The [DaemonServer] instance used by this command.
31
27
///
32
28
/// Visible for testing purposes only.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const expectedUsage = [
30
30
'Available commands:\n '
31
31
' build Create a production build.\n '
32
32
' create Creates a new Dart Frog app.\n '
33
+ ' daemon Start the Dart Frog daemon\n '
33
34
' dev Run a local development server.\n '
34
35
' list Lists the routes on a Dart Frog project.\n '
35
36
' new Create a new route or middleware for dart_frog\n '
You can’t perform that action at this time.
0 commit comments