sdk
sdk copied to clipboard
Cannot export to file without extension
Running fletch export hello.dart to hello leads to an error:
Can't perform 'export' to 'ErrorTarget("Expected 'session(s)', 'class(s)', 'method(s)', 'file(s)', or 'all', but got: \"hello\".")'
That's a known limitation for now. But the error message needs to be improved.
I'd like to fix the error message in 0.1.0
The error message is fixed as part of the fix for #100.
This is related to #160