You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing CliFile command is able to load the CLI script from a File or a classpath resource. Would be good to have a similar command that would accept a String containing the entire CLI script. Then, CliFile could be reimplemented on top of that.
Deprecating CliFile could be considered, but it's probably not worth it.
The text was updated successfully, but these errors were encountered:
The existing
CliFile
command is able to load the CLI script from aFile
or a classpath resource. Would be good to have a similar command that would accept aString
containing the entire CLI script. Then,CliFile
could be reimplemented on top of that.Deprecating
CliFile
could be considered, but it's probably not worth it.The text was updated successfully, but these errors were encountered: