mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
@@ -7,3 +7,2 @@ package print | ||
| "fmt" | ||
| "runtime" | ||
@@ -169,5 +168,2 @@ "log/slog" | ||
| pagerCmd := exec.Command("less", "-F", "-S", "-w") | ||
| if runtime.GOOS == "windows" { | ||
| pagerCmd = exec.Command("more") | ||
| } | ||
@@ -174,0 +170,0 @@ pagerCmd.Stdin = strings.NewReader(content) |