Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FileLogs *logs.BeeLogger
var ConsoleLogs *logs.BeeLogger
View Source
var Tail = &Command{
UsageLine: `tail -f main.go -l 10 -n 5 -o tmp.txt`,
Run: tail,
Short: "从文件结尾或指定位置读取内容",
Long: `从文件结尾或指定位置读取内容,可以按行读取,也可以按大小读取,-i 和 -l同时使用的话-i生效,-s 与 -n
同时使用的话-s生效`,
}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.