chore(aws): adds space to the duration variable (#3872)

This commit is contained in:
Fábio Antunes 2022-04-21 19:58:06 +01:00 committed by GitHub
parent b79df46e0d
commit 6def45b751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View File

@ -307,7 +307,7 @@ date is read from the `AWSUME_EXPIRATION` env var.
### Options ### Options
| Option | Default | Description | | Option | Default | Description |
| ------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | | ------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | The format for the module. | | `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | The format for the module. |
| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. | | `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
| `region_aliases` | | Table of region aliases to display in addition to the AWS name. | | `region_aliases` | | Table of region aliases to display in addition to the AWS name. |