You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/08 16:25:58 UTC

[cordova-coho] 01/01: clarify

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-global
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git

commit 1874286c17b35c9848d9a8671b1451f344e0f7d9
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed May 8 18:25:54 2019 +0200

    clarify
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7b3da93..06a3dd4 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ To see valid repo ids and repo group ids for use with Coho, use the `list-repos`
 
 ### Note about global context
 
-Note that for some commands you may need to use the `-g` or `--global` flag to work in an npm global context, since coho was originally designed for use in another context.
+By default `coho` is executed in the parent of where it is installed or checked out (since coho was originally designed for use in another context where this was needed). To work in a global context, meaning the current folder where you are executing `coho`, most commands require you to use the `-g` or `--global` flag. To make this more obvious, all commands first output their current working directory: `Running from ...`.
 
 ## Contributing
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org