diff --git a/docs/abra/hack.md b/docs/abra/hack.md index a9e2b65..a9507ab 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -467,6 +467,10 @@ We maintain a fork of [docker-cli](https://git.coopcloud.tech/toolshed/docker-cl A number of modules in [pkg/upstream](https://git.coopcloud.tech/toolshed/abra/src/branch/main/pkg/upstream) are copy/pasta'd from the upstream [docker/docker/client](https://pkg.go.dev/github.com/docker/docker/client). We had to do this because upstream are not exposing their API as public. +### `spf13/cobra` + +Our command library doesn't support `i18n` so we need to implement a work-around specifically for translating the `--help` command. See [`spf13/cobra#2359`](https://github.com/spf13/cobra/issues/2359) for more. + ### `github.com/schultz-is/passgen` Due to [`toolshed/organising#358`](https://git.coopcloud.tech/toolshed/organising/issues/358).