package app import "github.com/urfave/cli/v2" var appLogsCommand = &cli.Command{ Name: "logs", ArgsUsage: "[]", }