We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb71137 + ec5274e commit 3139a5aCopy full SHA for 3139a5a
lib/src/serve_command.dart
@@ -135,7 +135,7 @@ class ServeCommand extends Command<int> {
135
shutDown(ExitCode.success.code);
136
});
137
138
- // Parse the hostname to serve each dir on (defaults to 0.0.0.0)
+ // Parse the hostname to serve each dir on (defaults to localhost).
139
final hostnameResults = parseHostname(argResults!.rest);
140
final hostname = hostnameResults.hostname;
141
final remainingArgs = hostnameResults.remainingArgs;
0 commit comments