MCPcopy Create free account
hub / github.com/driangle/taskmd / projectHint

Function projectHint

apps/cli/internal/cli/importcmd.go:425–434  ·  view source on GitHub ↗
(source string)

Source from the content-addressed store, hash-verified

423}
424
425func projectHint(source string) string {
426 switch source {
427 case "github":
428 return "GitHub repository (e.g. owner/repo)"
429 case "jira":
430 return "Jira project key (e.g. PROJ)"
431 default:
432 return "Project identifier"
433 }
434}
435
436// parseImportFilters parses "key:value key2:value2" into a map.
437func parseImportFilters(raw string) map[string]any {

Callers 2

wizardSourceConfigFunction · 0.85
TestProjectHintFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestProjectHintFunction · 0.68