mirror of https://github.com/CrimsonTome/tldr.git
dart: add fix subcommand example (#12738)
parent
502b537ea5
commit
b5a79bbd8a
|
@ -26,3 +26,7 @@
|
||||||
- Compile a Dart file to a native binary:
|
- Compile a Dart file to a native binary:
|
||||||
|
|
||||||
`dart compile exe {{path/to/file.dart}}`
|
`dart compile exe {{path/to/file.dart}}`
|
||||||
|
|
||||||
|
- Apply automated fixes to the current project:
|
||||||
|
|
||||||
|
`dart fix --apply`
|
||||||
|
|
Loading…
Reference in New Issue