Interface: ApplicationContext
Top-level context that provides necessary process information to Stricli internals.
Extends
Properties
locale?
readonly
optional
locale:string
A string that represents the current user's locale. It is passed to LocalizationConfiguration.loadText which provides the text for Stricli to use when formatting built-in output.
Defined in
packages/core/src/context.ts:80
process
readonly
process:StricliProcess