mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:15:36 +02:00
dart: add fix subcommand example (#12738)
This commit is contained in:
parent
502b537ea5
commit
b5a79bbd8a
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue