dart: add fix subcommand example (#12738)

pull/28/head
spageektti 2024-05-06 09:52:00 +02:00 committed by GitHub
parent 502b537ea5
commit b5a79bbd8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@
- Compile a Dart file to a native binary:
`dart compile exe {{path/to/file.dart}}`
- Apply automated fixes to the current project:
`dart fix --apply`