module/script: path: expand ‘~’ to the user’s $HOME directory

Closes #307
This commit is contained in:
Daniel Eklöf 2023-07-11 08:27:41 +02:00
parent d6e7710a7e
commit 8e4d7f04e4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 32 additions and 7 deletions

View file

@ -70,7 +70,8 @@ User defined.
| path
: string
: yes
: Path to script/binary to execute. Must be an absolute path.
: Path to script/binary to execute. Must either be an absolute path,
or start with *~/*.
| args
: list of strings
: no