package executor const ( flagAccountName = "account-name" flagBoostable = "boostable" flagBrowser = "browser" flagContentType = "content-type" flagContent = "content" flagFederated = "federated" flagFrom = "from" flagInstance = "instance" flagLanguage = "language" flagLikeable = "likeable" flagLimit = "limit" flagListID = "list-id" flagListTitle = "list-title" flagListRepliesPolicy = "list-replies-policy" flagMyAccount = "my-account" flagNotify = "notify" flagReplyable = "replyable" flagSensitive = "sensitive" flagSkipRelationship = "skip-relationship" flagShowPreferences = "show-preferences" flagShowReposts = "show-reposts" flagSpoilerText = "spoiler-text" flagStatusID = "status-id" flagTag = "tag" flagTimelineCategory = "timeline-category" flagTo = "to" flagType = "type" flagVisibility = "visibility" resourceAccount = "account" resourceBlocked = "blocked" resourceFollowers = "followers" resourceFollowing = "following" resourceInstance = "instance" resourceList = "list" resourceNote = "note" resourceStatus = "status" resourceTimeline = "timeline" )