================================================================================ Path statement ================================================================================ Path helper=./lib/helper.sh -------------------------------------------------------------------------------- (program (shellspec_path_statement argument: (word))) ================================================================================ File statement ================================================================================ File config_file -------------------------------------------------------------------------------- (program (shellspec_path_statement argument: (word))) ================================================================================ Dir statement ================================================================================ Dir testdir -------------------------------------------------------------------------------- (program (shellspec_path_statement argument: (word))) ================================================================================ Set statement with option ================================================================================ Set 'errexit:on' -------------------------------------------------------------------------------- (program (shellspec_set_statement option: (raw_string))) ================================================================================ Set statement with multiple options ================================================================================ Set 'errexit:on' 'nounset:on' -------------------------------------------------------------------------------- (program (shellspec_set_statement option: (raw_string) option: (raw_string))) ================================================================================ Dump statement ================================================================================ Dump -------------------------------------------------------------------------------- (program (shellspec_dump_statement)) ================================================================================ Intercept statement ================================================================================ Intercept my_func -------------------------------------------------------------------------------- (program (shellspec_intercept_statement argument: (word))) ================================================================================ Intercept with string argument ================================================================================ Intercept "network_call" -------------------------------------------------------------------------------- (program (shellspec_intercept_statement argument: (string (string_content))))