diff --git a/classes/CliCore.default.html b/classes/CliCore.default.html
index 790f4246..b9f0597e 100644
--- a/classes/CliCore.default.html
+++ b/classes/CliCore.default.html
@@ -1,4 +1,4 @@
-
default | stated-js IndexConstructors constructor
+
default | stated-js Constructors constructor new default ( templateProcessor ? ) : default Properties Private
current Directory current Directory : string
Private
log Level log Level : "silent" | "error" | "verbose" | "warn" | "info" | "debug"
on Init on Init : ( ( ) => void | Promise < void > )
Type declaration ( ) : void | Promise < void > Returns void | Promise < void > repl Server repl Server : REPLServer
Private
server server : any
Private
template Processor Methods cd cd ( newDirectory ) : string Returns string close close ( ) : void Returns void debug debug ( replCmdInputStr ) : Promise < any > Returns Promise < any > errors errors ( ) : Promise < {} > Returns Promise < {} > Private
extract Args Info extract Args Info ( args ) : { format : string ; jsonPointer : any ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : any ; jsonataExpression : any ; number ?: undefined ; } Returns { format : string ; jsonPointer : any ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : any ; jsonataExpression : any ; number ?: undefined ; } from from ( args ) : any Returns any init init ( replCmdInputStr , fromSnapshot ? ) : Promise < any > Constructors constructor new default ( templateProcessor ? ) : default Properties Private
current Directory current Directory : string
Private
log Level log Level : "silent" | "error" | "verbose" | "warn" | "info" | "debug"
on Init on Init : ( ( ) => void | Promise < void > )
Type declaration ( ) : void | Promise < void > Returns void | Promise < void > repl Server repl Server : REPLServer
Private
server server : any
Private
template Processor Methods cd cd ( newDirectory ) : string Returns string close close ( ) : void Returns void debug debug ( replCmdInputStr ) : Promise < any > Returns Promise < any > errors errors ( ) : Promise < {} > Returns Promise < {} > Private
extract Args Info extract Args Info ( args ) : { format : string ; jsonPointer : any ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : any ; jsonataExpression : any ; number ?: undefined ; } Returns { format : string ; jsonPointer : any ; jsonataExpression : undefined ; number : number ; } | { format : string ; jsonPointer : any ; jsonataExpression : any ; number ?: undefined ; } from from ( args ) : any Returns any init init ( replCmdInputStr , fromSnapshot ? ) : Promise < any > Parameters replCmdInputStr : any fromSnapshot : boolean = false Returns Promise < any > log log ( level ) : { log level : any ; } Returns { log level : any ; } 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 ; } > Private
open File open File ( fname ) : Promise < any > Returns Promise < any > out out ( replCmdInputStr ) : any Returns any plan plan ( ) : Promise < string [] > Returns Promise < string [] > read File And Parse read File And Parse ( filepath , importPath ? ) : Promise < any > Parameters filepath : any Optional
importPath : any Returns Promise < any > restore restore ( replCmdInputStr ) : Promise < any > Returns Promise < any > log log ( level ) : { log level : any ; } Returns { log level : any ; } 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 ; } > Private
open File open File ( fname ) : Promise < any > Returns Promise < any > out out ( replCmdInputStr ) : any Returns any plan plan ( ) : Promise < string [] > Returns Promise < string [] > read File And Parse read File And Parse ( filepath , importPath ? ) : Promise < any > Parameters filepath : any Optional
importPath : any 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 ) : any Returns any Static
parse Init Args parse Init Args ( replCmdInputStr ) : any Returns any Static
resolve Import Path resolve Import Path ( filepath , importPath ) : string Parameters filepath : any importPath : any Returns string
\ No newline at end of file
+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 ) : any Returns any Static
parse Init Args parse Init Args ( replCmdInputStr ) : any Returns any Static
resolve Import Path resolve Import Path ( filepath , importPath ) : string Parameters filepath : any importPath : any Returns string
\ No newline at end of file
diff --git a/classes/ConsoleLogger.default.html b/classes/ConsoleLogger.default.html
index a95c5410..87379299 100644
--- a/classes/ConsoleLogger.default.html
+++ b/classes/ConsoleLogger.default.html
@@ -1,4 +1,4 @@
-default | stated-js IndexConstructors constructor
+
default | stated-js Constructors constructor new default ( initialLevel ? ) : default Parameters initialLevel : string = 'verbose' Methods debug debug ( ... args ) : void Returns void error error ( ... args ) : void Returns void info info ( ... args ) : void Returns void log log ( level , ... args ) : void Parameters level : any Rest
... args : any [] Returns void verbose verbose ( ... args ) : void Returns void warn warn ( ... args ) : void Returns void
\ No newline at end of file
+
Constructors constructor new default ( initialLevel ? ) : default Parameters initialLevel : string = 'verbose' Methods debug debug ( ... args ) : void Returns void error error ( ... args ) : void Returns void info info ( ... args ) : void Returns void log log ( level , ... args ) : void Parameters level : any Rest
... args : any [] Returns void verbose verbose ( ... args ) : void Returns void warn warn ( ... args ) : void Returns void
\ No newline at end of file
diff --git a/classes/Debugger.default.html b/classes/Debugger.default.html
index 24a60c56..da5e49ef 100644
--- a/classes/Debugger.default.html
+++ b/classes/Debugger.default.html
@@ -1,5 +1,5 @@
default | stated-js IndexConstructors constructor new default ( metaInfosByJsonPointer , logger ) : default Parameters metaInfosByJsonPointer : any logger : any Properties Private
_breakpoints _breakpoints : Map < any , any >
Private
_template Meta _template Meta : any
Methods enable Breakpoint enable Breakpoint ( metaInfo , enabled ) : void Parameters metaInfo : any enabled : any Returns void Constructors constructor new default ( metaInfosByJsonPointer , logger ) : default Parameters metaInfosByJsonPointer : any logger : any Properties Private
_breakpoints _breakpoints : Map < any , any >
Private
_template Meta _template Meta : any
Methods enable Breakpoint enable Breakpoint ( metaInfo , enabled ) : void Parameters metaInfo : any enabled : any Returns void list Breakpoints list Breakpoints ( ) : any Returns any
An array of breakpoint identifiers.
-process Commands process Commands ( commands ) : { breakpoints : any [] ; messages : any [] ; } Returns { breakpoints : any [] ; messages : any [] ; } breakpoints : any [] messages : any [] remove Breakpoint remove Breakpoint ( metaInfo ) : void Returns void set Breakpoint set Breakpoint ( metaInfo , handler ) : void Parameters metaInfo : any handler : any Returns void
\ No newline at end of file
+process Commands process Commands ( commands ) : { breakpoints : any [] ; messages : any [] ; } Returns { breakpoints : any [] ; messages : any [] ; } breakpoints : any [] messages : any [] remove Breakpoint remove Breakpoint ( metaInfo ) : void Returns void set Breakpoint set Breakpoint ( metaInfo , handler ) : void Parameters metaInfo : any handler : any Returns void
This Cli core command may be invoked directly from the REPL init command or from restore command
+