Documentation
¶
Overview ¶
Package cli implements the commands for the Lumberjack CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TailCommand ¶
type TailCommand struct {
cli.BaseCommand
// contains filtered or unexported fields
}
TailCommand tails and validates(optional) lumberjack logs.
func (*TailCommand) Desc ¶
func (c *TailCommand) Desc() string
func (*TailCommand) Flags ¶
func (c *TailCommand) Flags() *cli.FlagSet
func (*TailCommand) Help ¶
func (c *TailCommand) Help() string
type ValidateCommand ¶
type ValidateCommand struct {
cli.BaseCommand
// contains filtered or unexported fields
}
ValidateCommand validates lumberjack logs.
func (*ValidateCommand) Desc ¶
func (c *ValidateCommand) Desc() string
func (*ValidateCommand) Flags ¶
func (c *ValidateCommand) Flags() *cli.FlagSet
func (*ValidateCommand) Help ¶
func (c *ValidateCommand) Help() string
Click to show internal directories.
Click to hide internal directories.