engine: Pass through the program version

We forgot this in a few places.
This commit is contained in:
James Shubin
2022-02-17 13:28:17 -05:00
parent bf7e45439b
commit 0ab2406db9
6 changed files with 12 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ type CliInfo struct {
// Data is the set of input values passed into the GAPI structs via Init.
type Data struct {
Program string // name of the originating program
Version string // version of the originating program
Hostname string // uuid for the host, required for GAPI
World engine.World
Noop bool