You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is that I want to programmatically shell out to gut from a python script, to pull many repositories at once, and get results back of how many of them were actually updated. Therefore I want to be able to specify an output format that I can easily parse, such as json. Parsing the ascii tables seemed a little bit...frail.
Is there a way to do this, currently?
If not, I wrote an implementation of it that works, but I am not sure that I am completely happy with how it is structured..
My use case is that I want to programmatically shell out to gut from a python script, to pull many repositories at once, and get results back of how many of them were actually updated. Therefore I want to be able to specify an output format that I can easily parse, such as json. Parsing the ascii tables seemed a little bit...frail.
Is there a way to do this, currently?
If not, I wrote an implementation of it that works, but I am not sure that I am completely happy with how it is structured..
The proposed WIP PR that implements this: #185
The text was updated successfully, but these errors were encountered: