Codebase list gobuster / 8df7b24e-950d-452c-8829-281f95292207/upstream/3.4.0+git20221219.1.c49ddbf cli / const.go
8df7b24e-950d-452c-8829-281f95292207/upstream/3.4.0+git20221219.1.c49ddbf

Tree @8df7b24e-950d-452c-8829-281f95292207/upstream/3.4.0+git20221219.1.c49ddbf (Download .tar.gz)

const.go @8df7b24e-950d-452c-8829-281f95292207/upstream/3.4.0+git20221219.1.c49ddbfraw · history · blame

1
2
3
4
5
6
7
//go:build !windows

package cli

const (
	TERMINAL_CLEAR_LINE = "\r\x1b[2K"
)