diff --git a/classes/CliCore.default.html b/classes/CliCore.default.html
index 178a65f7..beeaf0e0 100644
--- a/classes/CliCore.default.html
+++ b/classes/CliCore.default.html
@@ -1,6 +1,6 @@
IndexConstructors constructor new default ( templateProcessor ) : default Properties Protected
current Directory current Directory : string
on Init on Init : ( ( ) => void | Promise < void > )
Type declaration ( ) : void | Promise < void > Returns void | Promise < void > repl Server repl Server : REPLServer
Protected
template Processor Methods cd cd ( newDirectory ) : string Returns string close close ( ) : Promise < void > Returns Promise < void > Constructors constructor new default ( templateProcessor ) : default Properties Protected
current Directory current Directory : string
on Init on Init : ( ( ) => void | Promise < void > )
Type declaration ( ) : void | Promise < void > Returns void | Promise < void > repl Server repl Server : REPLServer
Protected
template Processor Methods cd cd ( newDirectory ) : string Returns string close close ( ) : Promise < void > Returns Promise < void > color color ( ) : void Returns void debug debug ( replCmdInputStr ) : Promise < any > Returns Promise < any > Protected
extract Args Info extract Args Info ( args ) : { format : string ; jsonPointer : string ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : string ; jsonataExpression : string ; number ?: undefined ; } Returns { format : string ; jsonPointer : string ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : string ; jsonataExpression : string ; number ?: undefined ; } init init ( replCmdInputStr , fromSnapshot ? ) : Promise < any > Returns void debug debug ( replCmdInputStr ) : Promise < any > Returns Promise < any > Protected
extract Args Info extract Args Info ( args ) : { format : string ; jsonPointer : string ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : string ; jsonataExpression : string ; number ?: undefined ; } Returns { format : string ; jsonPointer : string ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : string ; jsonataExpression : string ; number ?: undefined ; } init init ( replCmdInputStr , fromSnapshot ? ) : Promise < any > Parameters replCmdInputStr : string fromSnapshot : boolean = false Returns Promise < any > log log ( level ) : { log level : Levels ; } Returns { log level : Levels ; } note note ( ) : string Returns string open open ( directory ? ) : Promise < "open... (type 'abort' to cancel)" | { error : string ; } > Returns Promise < "open... (type 'abort' to cancel)" | { error : string ; } > out out ( replCmdInputStr ) : null | object Returns null | object plan plan ( ) : Promise < string [] > Returns Promise < string [] > read File And Parse read File And Parse ( filepath , importPath ? ) : Promise < any > Parameters filepath : string Optional
importPath : string Returns Promise < any > restore restore ( replCmdInputStr ) : Promise < any > Returns Promise < any > log log ( level ) : { log level : Levels ; } Returns { log level : Levels ; } note note ( ) : string Returns string open open ( directory ? ) : Promise < "open... (type 'abort' to cancel)" | { error : string ; } > Returns Promise < "open... (type 'abort' to cancel)" | { error : string ; } > out out ( replCmdInputStr ) : null | object Returns null | object plan plan ( ) : Promise < string [] > Returns Promise < string [] > read File And Parse read File And Parse ( filepath , importPath ? ) : Promise < any > Parameters filepath : string Optional
importPath : string Returns Promise < any > restore restore ( replCmdInputStr ) : Promise < any > Returns Promise < any > set set ( args ) : Promise < {} > Returns Promise < {} > svg svg ( replCmdInputStr ) : string Returns string tail tail ( args ) : Promise < any > Returns Promise < any > Static
is Node Environment is Node Environment ( ) : boolean Returns boolean Static
minimist Args minimist Args ( replCmdInputStr ) : ParsedArgs Returns ParsedArgs Static
parse Init Args parse Init Args ( replCmdInputStr ) : { -- ?: string [] ; _ : string [] ; ctx : any ; filepath : any ; oneshot : any ; options : any ; tags : any ; } Returns { -- ?: string [] ; _ : string [] ; ctx : any ; filepath : any ; oneshot : any ; options : any ; tags : any ; }
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.
-