And does Dart have a getopt library?
Using Options is no longer an option, use:
void main(List<String> args) {
print(args);
}
To get executable, use Platform.executable (Platform comes from dart:io)
For parsing arguments passed to main, use this cool package
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With