pahen/madge

fix output.sh syntax

オープン

#390 opened on 2023/10/22

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (322 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (8,058 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

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