Forrest logo
back to context overview

pint

List of commands for pint:

  • pint:tldr:19318 pint: Execute code style fixing.
    $ pint
    try on your machine
    explain this command
  • pint:tldr:2ab1f pint: Execute code style fixes using a specific config file.
    $ pint --config ${path-to-pint-json}
    try on your machine
    explain this command
  • pint:tldr:75c3b pint: Execute code style fixes using a specific preset.
    $ pint --preset ${psr12}
    try on your machine
    explain this command
  • pint:tldr:785dd pint: Display all files that are changed.
    $ pint -v
    try on your machine
    explain this command
  • pint:tldr:fff93 pint: Execute code style linting without applying changes.
    $ pint --test
    try on your machine
    explain this command
back to context overview