fix: List formatting under "How do I specify the charset for a specific secret generation"
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-12-10 20:23:19 -05:00
parent 26a668e223
commit 7d896ac964

View File

@ -593,7 +593,7 @@ SECRET_JWT_SECRET_VERSION=v1 # charset=default,special
``` ```
Options are: Options are:
* `default`: [source](https://github.com/decentral1se/passgen/blob/8404cb922dea92efa8c3514f0ec8c37ce12a880f/const.go#L23)
* `special`: [source](https://github.com/decentral1se/passgen/blob/8404cb922dea92efa8c3514f0ec8c37ce12a880f/const.go#L22C29-L22C43) * `special`: [source](https://github.com/decentral1se/passgen/blob/8404cb922dea92efa8c3514f0ec8c37ce12a880f/const.go#L22C29-L22C43)
* `safespecial`: [source](https://git.coopcloud.tech/toolshed/abra/src/commit/6abaf7a094df1a96599af2c4cbae1769821ad17c/pkg/secret/secret.go#L182) * `safespecial`: [source](https://git.coopcloud.tech/toolshed/abra/src/commit/6abaf7a094df1a96599af2c4cbae1769821ad17c/pkg/secret/secret.go#L182)
* `default,special`: mix of `default` and `special` * `default,special`: mix of `default` and `special`