Forrest logo
back to context overview

rector

List of commands for rector:

  • rector:tldr:39d44 rector: Process a specific directory.
    $ rector process ${path-to-directory}
    try on your machine
    explain this command
  • rector:tldr:4aa7c rector: Process a directory and apply coding standards.
    $ rector process ${path-to-directory} --with-style
    try on your machine
    explain this command
  • rector:tldr:669a5 rector: Process a directory with a specific level.
    $ rector process ${path-to-directory} --level ${level_name}
    try on your machine
    explain this command
  • rector:tldr:c5fa7 rector: Display a list of available levels.
    $ rector levels
    try on your machine
    explain this command
  • rector:tldr:e09b0 rector: Process a directory without applying changes (dry run).
    $ rector process ${path-to-directory} --dry-run
    try on your machine
    explain this command
back to context overview