diff options
| author | s <[email protected]> | 2025-11-30 00:34:34 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-30 00:34:34 -0500 |
| commit | 45f72539c2a6638fd0e777fcd1e788a7084ff8b2 (patch) | |
| tree | d51191b9ce1007423ab5d9b778143025b25a44f6 /cmd/services.go | |
| parent | 7d6eb2f1a38e2265751cd61a43769959405866b4 (diff) | |
| download | dborg-45f72539c2a6638fd0e777fcd1e788a7084ff8b2.tar.gz dborg-45f72539c2a6638fd0e777fcd1e788a7084ff8b2.zip | |
feat: add interactive tui wizard for skiptrace person search and report generationv1.0.7
Diffstat (limited to 'cmd/services.go')
| -rw-r--r-- | cmd/services.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/services.go b/cmd/services.go index 56c2149..93e447c 100644 --- a/cmd/services.go +++ b/cmd/services.go @@ -40,7 +40,7 @@ func runServices(cmd *cobra.Command, args []string) error { } fmt.Println("\nAvailable Services:") - fmt.Println("===================\n") + fmt.Println("===================") servicesData, _ := json.MarshalIndent(services, "", " ") fmt.Println(string(servicesData)) |
