enbas/internal/executor/flags.go
Dan Anglin 277bec49ef
fix: add MissingIDError type
Add the MissingIDError type for when the ID of a resource is not
provided where required.
2024-08-18 08:59:44 +01:00

12 lines
263 B
Go

package executor
const (
flagAttachmentID = "attachment-id"
flagContent = "content"
flagFrom = "from"
flagInstance = "instance"
flagListTitle = "list-title"
flagTag = "tag"
flagTo = "to"
flagType = "type"
)