If you have multiple WP instances running, it would be great if you could install wp-cli in one place and then cd to a wp root directory and just run wp.
When you run a git command, it checks for a .git directory in the current path.
The wp command could check for the wp-admin directory instead.
If you have multiple WP instances running, it would be great if you could install wp-cli in one place and then cd to a wp root directory and just run
wp.When you run a
gitcommand, it checks for a.gitdirectory in the current path.The
wpcommand could check for thewp-admindirectory instead.