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