xcli

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearLine

func ClearLine()

ClearLine ...

func Exec

func Exec(s string) string

Exec ...

func HideCursor

func HideCursor()

HideCursor ...

func ShowCursor

func ShowCursor()

ShowCursor ...

Types

This section is empty.

Directories

Path Synopsis
Package xcolor 渲染终端文本颜色背景色和显示样式 xcolor.New("text").Fg(xcolor.FgGreen).Render()
Package xcolor 渲染终端文本颜色背景色和显示样式 xcolor.New("text").Fg(xcolor.FgGreen).Render()
example command
Package xloading 终端加载渲染 l := xloading.New("message success").Start() time.Sleep(2 * time.Second) l.Success()
Package xloading 终端加载渲染 l := xloading.New("message success").Start() time.Sleep(2 * time.Second) l.Success()
example command
Package xtable 终端表格渲染 list := [][]int{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}} xtable.New(list).Render()
Package xtable 终端表格渲染 list := [][]int{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}} xtable.New(list).Render()
example command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL