Examples (7)
Generate a Psalm configuration
psalm --initAnalyze the current working directory
Analyze a specific directory or file
psalm path/to/file_or_directoryAnalyze a project with a specific configuration file
psalm --config path/to/psalm.xmlInclude informational findings in the output
psalm --show-infoAnalyze a project and display statistics
psalm --statsAnalyze a project in parallel with 4 threads
psalm --threads 4made by @shridhargupta | data from tldr-pages