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

Function wizardOutputDir

apps/cli/internal/cli/importcmd.go:387–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385}
386
387func wizardOutputDir() (string, error) {
388 outDir := importOutDir
389 if err := promptInput("Output directory", "", "", &outDir); err != nil {
390 return "", err
391 }
392 return outDir, nil
393}
394
395func wizardConfirm() error {
396 var confirm bool

Callers 1

runImportWizardFunction · 0.85

Calls 1

promptInputFunction · 0.85

Tested by

no test coverage detected