Forrest logo
back to context overview

psalm

List of commands for psalm:

  • psalm:tldr:4ed92 psalm: Generate a Psalm configuration.
    $ psalm --init
    try on your machine
    explain this command
  • psalm:tldr:63eaf psalm: Include informational findings in the output.
    $ psalm --show-info
    try on your machine
    explain this command
  • psalm:tldr:ae54d psalm: Analyze the current working directory.
    $ psalm
    try on your machine
    explain this command
  • psalm:tldr:b6b02 psalm: Analyze a specific directory or file.
    $ psalm ${filename_or_directory}
    try on your machine
    explain this command
  • psalm:tldr:e4e55 psalm: Analyze a project in parallel with 4 threads.
    $ psalm --threads ${4}
    try on your machine
    explain this command
  • psalm:tldr:e771b psalm: Analyze a project and display statistics.
    $ psalm --stats
    try on your machine
    explain this command
  • psalm:tldr:f16e0 psalm: Analyze a project with a specific configuration file.
    $ psalm --config ${path-to-psalm-xml}
    try on your machine
    explain this command
back to context overview