summaryrefslogtreecommitdiff
path: root/script.go
AgeCommit message (Expand)Author
2023-09-27all: make .Vars, .Val, and .Vals panic if values is emptyShulhan
2023-09-23all: merge some functions into NewScript and ParseScriptShulhan
2023-09-06all: remove unused parameter isLocal on parseScriptShulhan
2023-09-04all: do not expand environment during parseScriptShulhan
2022-08-01all: clean up codesShulhan
2022-06-20all: reformat all go files using the next gofmtShulhan
2022-04-03all: replace ioutil.ReadFile with os.ReadFileShulhan
2022-03-14all: change the awwan software license to GPL 3.0 or laterShulhan
2021-08-22all: refactoring to support custom standard output and errorShulhan
2021-08-22all: rewrite the Session and Script using StatementShulhan
2021-08-11all: join the require statement into single lineShulhan
2021-08-09all: rewrite the join statements function on ScriptShulhan
2021-08-09all: refactoring the codeShulhan
2021-04-12all: check and return an error if start index is out of rangeShulhan
2021-03-09all: unexport the environment typeShulhan
2021-03-08all: move script path, start, and end from Environment to CommandShulhan
2021-03-07all: never, ever use log.Fatal on libraryShulhan
2020-06-04all: add magic command "#require:"Shulhan
2020-06-04command: merge sequences of spaces on command into single spaceShulhan
2020-04-15all: refactoring the environmentShulhan
2019-10-26awwan: the configuration management for local and cloudShulhan