Added cli options and help command, WIP readme update

This commit is contained in:
Nate Anderson
2024-12-19 16:48:03 -07:00
parent fe40731e09
commit 65922f515a
7 changed files with 94 additions and 29 deletions
+1 -1
View File
@@ -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);
}