src.elv.sh/pkg/cli/mode.LocationWSIterator.Parse (method)

3 uses

	src.elv.sh/pkg/cli/mode (current package)
		location.go#L77: 			wsKind, wsRoot = cfg.IterateWorkspaces.Parse(wd)
		location.go#L133: func (ws LocationWSIterator) Parse(path string) (kind, root string) {

	src.elv.sh/pkg/edit
		listing.go#L131: 		kind, root := workspaceIterator.Parse(wd)