From abd7adc9e032ae814d7f68bd844a32e1604ee9e4 Mon Sep 17 00:00:00 2001 From: Kaden <69081152+webcrawls@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:37:25 -0400 Subject: [PATCH] Add `%d` template token to CLI docs (#1306) --- .docs/Using-the-CLI.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.docs/Using-the-CLI.md b/.docs/Using-the-CLI.md index 27edd06c..e127a3e5 100644 --- a/.docs/Using-the-CLI.md +++ b/.docs/Using-the-CLI.md @@ -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 -``` \ No newline at end of file +```