docs: system.wd placeholder (#275)

This commit is contained in:
Kévin Dunglas 2022-10-08 17:55:14 +02:00 committed by GitHub
parent cec799bd2f
commit 2bbe61c3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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