pahen/madge

fix output.sh syntax

Open

#390 opened on 2023年10月22日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (8,058 stars) (322 forks)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

コントリビューターガイド