usage of variables in config files

Issue #89 on hold
Former user created an issue

For example username needs to be typed manually in paths in many places (checks) while variable could be defined just before 'check ...' and valid until redefined or unset.

Implementing this feature should be simple as it just requires preparsing the config which creates syntactically valid config and it all then continues as usual

Comments (1)

  1. Tildeslash repo owner

    We are rewriting the parser and adding and using variables are one of the things that will be added. The existing set statement will probably be used to declare a variable and it will look something like this set myvariable "value"

  2. Log in to comment