mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Add Pagination Options for List Subcomands (#204)
Add Pagination Options for List subcomands Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/204 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: Norwin <noerw@noreply.gitea.io>
This commit is contained in:
		| @@ -84,8 +84,9 @@ func runIssuesList(ctx *cli.Context) error { | ||||
| 	} | ||||
|  | ||||
| 	issues, _, err := login.Client().ListRepoIssues(owner, repo, gitea.ListIssueOption{ | ||||
| 		State: state, | ||||
| 		Type:  gitea.IssueTypeIssue, | ||||
| 		ListOptions: getListOptions(ctx), | ||||
| 		State:       state, | ||||
| 		Type:        gitea.IssueTypeIssue, | ||||
| 	}) | ||||
|  | ||||
| 	if err != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543