# Script Commands
# script
script --help
script [run|details] [options] <args>...
- run
- details
# run scriptName [ input ]
run the given script
scriptName provide the script name
input k1=v1,k2=v2...
[TestScript] script run Hello
Press Enter to continue
foo
3000
[success] Total time: 6 s, completed 7 Aug, 2018 10:18:02 AM
# details [ scriptName ]
run the given script
scriptNameprovide the script name- --help prints this usage text
[TestScript] script details Hello
1) Hello : ():
[success] Total time: 1 s, completed 7 Aug, 2018 10:18:37 AM