VERSION

set the version string and enable the version sub-command and action-option

mixin template VERSION (
string ver
string flags = ""
)

Parameters

ver

the version string

flags

the flag of the version action-option which name would be the name of the relevant sub-command. if not defied then the flag would be --version -V

Meta