Caleb Case

Results 2 issues of Caleb Case

Forks of large repos can result in considerable wasted space due to duplicates. Here are some related issues from gitlab and github attempting to deal with the duplication: https://gitlab.com/gitlab-org/gitlab-foss/issues/23029 https://gitlab.com/groups/gitlab-org/-/epics/189...

optimization
feature

Flags which are of type `existingfile` fail to work properly with a config file. ``` package main import ( "os" "github.com/alecthomas/kong" ) type CLI struct { Path string `kong:"default='myfile',type='existingfile'"` }...