Added cli options and help command, WIP readme update
This commit is contained in:
@@ -17,5 +17,5 @@ Future<void> main(List<String> arguments) async {
|
||||
"Dartboard can hot reload if run with dart's VM service.\n`dart run --enable-vm-service bin/dartboard_resume.dart`",
|
||||
);
|
||||
}
|
||||
dartboardRun(reloader);
|
||||
dartboardRun(reloader, arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user