Sign type

Sign is a unique signature for the application

Type Definition:

string

AppOptions struct

AppOptions contains options for creating a new Vanilla OS application

Fields:

  • RDNN (string)
  • Name (string)
  • Version (string)
  • LocalesFS (embed.FS)
  • DefaultLocale (string)
  • CLIOptions (*cliTypes.CLIOptions)

embed import

Import example:

import "embed"

github.com/vanilla-os/sdk/pkg/v1/cli/types import

Import example:

import "github.com/vanilla-os/sdk/pkg/v1/cli/types"

Imported as:

cliTypes