feat: add -with-displayname flag to lists

This commit is contained in:
rladenson 2022-01-19 17:21:37 -05:00 committed by spiral
parent 2e17522de6
commit c62b9c2d40
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
3 changed files with 12 additions and 0 deletions

View file

@ -24,6 +24,7 @@ public class ListOptions
public bool IncludeCreated { get; set; }
public bool IncludeAvatar { get; set; }
public bool IncludePronouns { get; set; }
public bool IncludeDisplayName { get; set; }
public string CreateFilterString()
{