#41 There are a variety of attributes that we may want to filter on, and I'd like to have a more generic switch so that we do not have to create a custom cli switch for each (milestone, state, assignee, creator, mentioned, labels)
I'm open to suggestions on what the api should be. My initial thought it:
githubCsvTools --exportFilter attribute,value
... where attribute is one of the attributes that you can filter on, like state, etc, and value is the value that you'd like to filter.
#41 There are a variety of attributes that we may want to filter on, and I'd like to have a more generic switch so that we do not have to create a custom cli switch for each (
milestone,state,assignee,creator,mentioned,labels)I'm open to suggestions on what the api should be. My initial thought it:
... where
attributeis one of the attributes that you can filter on, likestate, etc, andvalueis the value that you'd like to filter.