Skip to content

Commit

Permalink
Add %d template token to CLI docs (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
webcrawls authored Oct 14, 2024
1 parent f5cdd5c commit abd7adc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docs/Using-the-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit abd7adc

Please sign in to comment.