From 2bbe61c3ccd644e78368beb96f1d13bf51cdf8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sat, 8 Oct 2022 17:55:14 +0200 Subject: [PATCH] docs: system.wd placeholder (#275) --- src/docs/markdown/conventions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/markdown/conventions.md b/src/docs/markdown/conventions.md index 0801dcb..f8c8c43 100644 --- a/src/docs/markdown/conventions.md +++ b/src/docs/markdown/conventions.md @@ -81,6 +81,7 @@ Placeholder | Description `{system.slash}` | The system's filepath separator `{system.os}` | The system's OS `{system.arch}` | The system's architecture +`{system.wd}` | The current working directory `{time.now}` | The current time as a Go Time struct `{time.now.unix}` | The current time as a unix timestamp in seconds `{time.now.unix_ms}` | The current time as a unix timestamp in milliseconds