-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Dart version CLI option #1718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Removed Type-Defect label. |
Carl, can you please work with Siva to find a solution that works both for users of the standard tool chain (SVN) and at least does not break for git users? cc @a-siva. |
Grabbing as this involves coordinating with build system, buildbots and release process. I had quite a few conversations with Rico on this topic already. Carl, if I need a help with a git repo in this context I'll ping you. cc @ricowind. |
Check for .git directory and "git svn info" will give you the same revision information you would otherwise get from svn itself. $ git svn info |
Added this to the M1 milestone. |
Issue #3012 has been merged into this issue. |
Added Started label. |
dart --version Added Fixed label. |
This comment was originally written by [email protected] Thanks! |
This issue was originally filed by [email protected]
It is difficult to identify which version of Dart is installed. Normally, programming languages include a -v, -version, and/or --version CLI option.
$ dart -version
Unable to find '-version'
=$ dart -v
Unable to find '-v'
$ dart --version
dart [<vm-flags>] <dart-script-file> [<dart-options>]
Version numbers are important for resolving bugs and API compatibility issues. Could we add a version flag?
The text was updated successfully, but these errors were encountered: