pahen/madge

fix output.sh syntax

Open

#390 建立於 2023年10月22日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (8,058 star) (322 fork)batch import
good first issue

描述

function desc() {
	echo "\033[01;38;5;022m############### $1 ###############\033[0m";
}

the "function" builtin exists in bash, so it need to parsing as posix in test/output.sh

$ type function function is a reserved word

貢獻者指南