dprint
A pluggable and configurable code formatting platform written in Rust
Subcommands
| Name | Description | 
|---|---|
| init | Initializes a configuration file in the current directory | 
| fmt | Formats the source files and writes the result to the file system | 
| check | Checks for any files that haven't been formatted | 
| config | Functionality related to the configuration file | 
| output-file-paths | Prints the resolved file paths for the plugins based on the args and configuration | 
| output-resolved-config | Prints the resolved configuration for the plugins based on the args and configuration | 
| output-format-times | Prints the amount of time it takes to format each file. Use this for debugging | 
| clear-cache | Deletes the plugin cache directory | 
| upgrade | Upgrades the dprint executable | 
| license | Outputs the software license | 
| help | Prints the help of the given subcommand(s) | 
Options
| Name | Description | 
|---|---|
| -c, --config  <config> | 
 | 
| -h, --help | 
 | 
| --plugins  <urls/files> | 
 | 
| --verbose | 
 |