GetResult returns the setup result.
()
| 752 | |
| 753 | // GetResult returns the setup result. |
| 754 | func (f FirstTimeSetup) GetResult() FirstTimeSetupResult { |
| 755 | return f.result |
| 756 | } |
| 757 | |
| 758 | // RunFirstTimeSetup runs the first-time setup TUI and returns the result. |
| 759 | func RunFirstTimeSetup(baseDir string, showGitignore bool) (FirstTimeSetupResult, error) { |