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