fix: document multiline limitation
continuous-integration/drone/push Build is passing Details

Closes coop-cloud/organising#291.
This commit is contained in:
decentral1se 2022-03-08 15:13:28 +01:00
parent a03221872b
commit 5312f4a81b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 0 deletions

View File

@ -67,3 +67,7 @@ docker context create <domain> --docker "host=ssh://<user>@<domain>:<port>"
## 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.