php - How to add multiple paths for phpcs? -


i want configure multiple installed paths phpcs.

i can add 1 via:

phpcs --config-set installed_paths the/dir/to/standard

i tried adding multiple using : yet did not work , man page non-existent , not helpful.

use comma-separated list:

phpcs --config-set installed_paths first/path/,second/path/,yet/another/path/ 

Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -