Documentation ¶ Index ¶ Constants func NewCommand() *cli.Command func Run(args []string, list bool) error Constants ¶ View Source const Name = "Format php scripts" Name is the command title. Variables ¶ This section is empty. Functions ¶ func NewCommand ¶ func NewCommand() *cli.Command NewCommand creates a new fmt command. func Run ¶ func Run(args []string, list bool) error Run formats files or directories in place by pretty-printing the AST. Files the formatter cannot read in full are reported and left alone, so one file using PHP that phpscript does not support does not stop the rest. Types ¶ This section is empty. Source Files ¶ View all Source files run.go Click to show internal directories. Click to hide internal directories.