Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPrettify `cargo crev verify` #39
Comments
|
I think the result rows should be sorted: @dpc @Dylan-DPC What do you guys think? |
|
I for one like the way stuff is displayed currently. It is easily grepable and shows up in real-time, without having to wait. But I guess the default could be something more human-friendly. @rffrancon Seems to me that the logical sorting order should be ether A |
|
I agree with you. I like the realtime side of it also. But it would just be nice if the results were displayed in a consistent way, changes would be easier to spot. We could also verify asynchronously from what I can tell, but perhaps that is over complicated for this stage. |
|
@rffrancon Yeah, the simpler the better. |
|
Note: Now |
|
I used |
The header is there now. As a first-time user I could make sense of most of them. flgs stands for flags, and mostly marks crates that have a FFI? The only column I can't grasp is "own." What does that mean?
|
|
@pimotte I'm having a hard time to balance lack of space and staying informative. :)
|
pimotte
mentioned this issue
|
How about outputing to csv format?
|
|
@nbigaouette It shouldn't be difficult to add outputs in any format (considering how nice |


I've improved formatting, but at least some color would help.