in cmd/config_path.go [40:43]
func isReadableLocalPath(path string) (bool, error) { fs := pkg.FsFactory() return afero.Exists(fs, path) }