From 5312f4a81bb703caa715c0c4c69c1f49ebcae15a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 8 Mar 2022 15:13:28 +0100 Subject: [PATCH] fix: document multiline limitation Closes https://git.coopcloud.tech/coop-cloud/organising/issues/291. --- docs/abra/trouble.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/abra/trouble.md b/docs/abra/trouble.md index 8da5786..9755bfe 100644 --- a/docs/abra/trouble.md +++ b/docs/abra/trouble.md @@ -67,3 +67,7 @@ docker context create --docker "host=ssh://@:" ## Command-line flag handling is weird? Unfortunately, there is a limitation in our underlying command-line library implementation for `abra` ([ref](https://github.com/urfave/cli/issues/1113)) (and more fundamentally in the design of flags in the Go programming language itself ([ref](https://utcc.utoronto.ca/~cks/space/blog/programming/GoFlagUIImportance))). We're aiming to work with upstream to resolve the flag handling but this it is not yet clear when this will be resolved. + +## Why can't `abra` support multiline definitions in the `.env` files? + +We're sorry, it's an issue with an upstream dependency. See [`#291`](https://git.coopcloud.tech/coop-cloud/organising/issues/291) for more.