add limit to flags
This commit is contained in:
@@ -16,6 +16,8 @@ var svc *service.Services
|
|||||||
|
|
||||||
type Flags struct {
|
type Flags struct {
|
||||||
interactive bool
|
interactive bool
|
||||||
|
limit int
|
||||||
|
|
||||||
title string
|
title string
|
||||||
description string
|
description string
|
||||||
status string
|
status string
|
||||||
|
|||||||
Reference in New Issue
Block a user