package
Version:
v1.1.12
Opens a new window with list of versions in this module.
Published: May 27, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
SmallBanner = `
┌─┐┬ ┌─┐┬ ┬
├┤ │ │ ││││
└ ┴─┘└─┘└┴┘
%s - %s
`
)
定义Banner常量
func PrintError(format string, args ...interface{})
PrintError 打印错误信息并退出
func PrintInfo(format string, args ...interface{})
PrintInfo 打印信息
func PrintSuccess(format string, args ...interface{})
PrintSuccess 打印成功信息
func PrintWarning(format string, args ...interface{})
PrintWarning 打印警告信息
App 表示CLI应用程序
func NewApp(name, version, description string) *App
NewApp 创建一个新的CLI应用程序
NewFlowCLI 创建默认的Flow CLI应用程序
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.