forked from toolshed/abra
refactor: break up cli pkg into nice small chunks
This commit is contained in:
8
cli/app/logs.go
Normal file
8
cli/app/logs.go
Normal file
@ -0,0 +1,8 @@
|
||||
package app
|
||||
|
||||
import "github.com/urfave/cli/v2"
|
||||
|
||||
var appLogsCommand = &cli.Command{
|
||||
Name: "logs",
|
||||
ArgsUsage: "[<service>]",
|
||||
}
|
Reference in New Issue
Block a user