set-property
Purpose
Sets or changes the value of a system property. You can inspect all system properties with the properties command.Examples
griffon> set-property foo bar
Description
Usageset-property name value
name
- Name for the property to be set.value
- Value to be set.