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 script parser and its executor needs to be exposed as clear programmable Go API, via their respective packages, to allow developers to run script programmatically. This may require some refactoring to expose the followings:
package script
package exec
package command
The text was updated successfully, but these errors were encountered:
The script parser and its executor needs to be exposed as clear programmable Go API, via their respective packages, to allow developers to run script programmatically. This may require some refactoring to expose the followings:
The text was updated successfully, but these errors were encountered: