Previous code converted whole input to lowercase and did not allow for case sensitive arguments. In new commit, only the command is converted to lowercase for comparison, arguments stay the same. This allows for case sensitive arguments, will be useful for passing directories or file name arguments. (37b8ffb)
New inbuilt command : mkdir . Creates new folder if it does not already exist. (a811fa9)
Can now pass argument list to exec_in (fcd141f)
Previous code converted whole input to lowercase and did not allow for case sensitive arguments. In new commit, only the command is converted to lowercase for comparison, arguments stay the same. This allows for case sensitive arguments, will be useful for passing directories or file name arguments. (37b8ffb)
New inbuilt command : mkdir . Creates new folder if it does not already exist. (a811fa9)