Add %d template token to CLI docs (#1306)

This commit is contained in:
Kaden 2024-10-14 06:37:25 -04:00 committed by GitHub
parent f5cdd5c8be
commit abd7adc9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ Here is the full list of supported template tokens:
- `%P` - category position
- `%a` - the "after" date
- `%b` - the "before" date
- `%d` - the current date
- `%%` - escapes `%`
#### Partitioning
@ -279,4 +280,4 @@ To list all servers accessible by the current account, use the `guilds` command:
```console
./DiscordChatExporter.Cli guilds -t "mfa.Ifrn" > C:\path\to\output.txt
```
```