Khalil

Results 3 comments of Khalil

I am working on try to pass an optional argument that will be evaluated. i.e. `errMessage: "'$fqdn' is invalid."` which would print as: `-host.test.com is invalid`

The message can look like: `''$value' is incorrect` `$value` will be replaced by the instance data. I need to make a change so that it will use path and resolve...

Going to leave it here until I get some feedback. Its quite simple now. If the custom message (value of `errMessage`) contains `$iData` then it will replace `$iData` with instance...