
psalm
List of commands for psalm:
-
psalm:tldr:4ed92 psalm: Generate a Psalm configuration.$ psalm --inittry on your machineexplain this command
-
psalm:tldr:63eaf psalm: Include informational findings in the output.$ psalm --show-infotry on your machineexplain this command
-
psalm:tldr:ae54d psalm: Analyze the current working directory.$ psalmtry on your machineexplain this command
-
psalm:tldr:b6b02 psalm: Analyze a specific directory or file.$ psalm ${filename_or_directory}try on your machineexplain this command
-
psalm:tldr:e4e55 psalm: Analyze a project in parallel with 4 threads.$ psalm --threads ${4}try on your machineexplain this command
-
psalm:tldr:e771b psalm: Analyze a project and display statistics.$ psalm --statstry on your machineexplain this command
-
psalm:tldr:f16e0 psalm: Analyze a project with a specific configuration file.$ psalm --config ${path-to-psalm-xml}try on your machineexplain this command