Protected
currentProtected
templateProtected
extractThis Cli core command may be invoked directly from the REPL init command or from restore command
when set to true, template processor will treat input as a snapshot of a previous templateProcessor state
Static
isStatic
minimistStatic
parseOptional
--?: string[]If opts['--'] is true, populated with everything after the --
Contains all the arguments that didn't have an option associated with them
Static
readStatic
resolveGenerated using TypeDoc
Base class for building CLIs. By itself can be used for a CLI that does not support the tail command. Tail command uses Node repl class that is not implemented in other JS runtimes such as Bun. CliCoreBase should run in Bun.