8 lines
104 B
Go
8 lines
104 B
Go
package app
|
|
|
|
import "github.com/urfave/cli/v2"
|
|
|
|
var appConfigCommand = &cli.Command{
|
|
Name: "config",
|
|
}
|