mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-15 01:53:51 -06:00
Merge pull request #21887 from jmcgeheeiv/patch-1
Add "leading zeros" for the sake of SEO
This commit is contained in:
commit
5cd551f716
@ -105,7 +105,7 @@ to set additoinal flags:
|
||||
| space | Leave a space where the sign would be if a number is positive. |
|
||||
| `+` | Show the sign of a number even if it is positive. |
|
||||
| `-` | Pad the width with spaces on the left rather than the right. |
|
||||
| `0` | Pad the width with zeros rather than spaces. |
|
||||
| `0` | Pad the width with leading zeros rather than spaces. |
|
||||
|
||||
By default, `%` sequences consume successive arguments starting with the first.
|
||||
Introducing a `[n]` sequence immediately before the verb letter, where `n` is a
|
||||
|
Loading…
Reference in New Issue
Block a user