From 57d90aeae9de1c70527d7801b80f7cc1a70a693f Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Tue, 28 May 2024 03:24:57 -0400 Subject: [PATCH] docs(readme): mention shell quoting issue (#155) under known issues --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5700820a..9b36e75a 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,11 @@ branch](https://github.com/binpash/try/tree/future) has support for uid/mapping; please refer to the that branch's readme for installation instructions for the uid/gidmapper (root access is required for installation). +Shell quoting may be unintuitive, you may expect `try bash -c "echo a"` to work, +however, try will actually execute `bash -c echo a`, which will not result in +`a` being printed. [We are currently not planning on resolving this +behavior.](https://github.com/binpash/try/issues/155#issuecomment-2078556237) + Please also report any issue you run into while using the future branch! ## Version History