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
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()
{