hyperupcall/bake

Fix `bake.cfg big-print`

hyperupcall opened this issue · 1 comments

Test case

# shellcheck shell=bash

task.run() { 
	bake.cfg 'big-print' 'no'

	go run . "$@"
}

Also show all available config options when an incorrect one is passed

This seems to work, no problem here