← Back to team overview

coapp-developers team mailing list archive

Added features to command line coapp applications

 

I've added a feature to the command line parsing stuff that makes it simpler to get to the bug tracker for a given tool.

Using --list-bugtracker on the command line will  display the tracker for every loaded assembly that has a bugtracker attribute:
[cid:image001.png@01CC4083.457D3A30]

This works by adding a new attribute to the AssemblyInfo.cs file for any project in CoApp :


[assembly: AssemblyBugtracker("https://github.com/coapp/toolkit/issues";)]


Using --open-bugtracker on the command line will now open the default (the one in the EXE, or the first DLL if the EXE doesn't have one) bug tracker for the tool in the default browser.



[Description: Description: Description: fearthecowboy]<http://fearthecowboy.com/>

Garrett Serack | Microsoft Open Source Software Developer | Microsoft Corporation
Office:(425)706-7939                                       email/messenger: garretts@xxxxxxxxxxxxx<mailto:garretts@xxxxxxxxxxxxx>
blog: http://fearthecowboy.com<http://fearthecowboy.com/>                                      twitter: @fearthecowboy<http://twitter.com/fearthecowboy>

I don't make the software you use; I make the software you use better on Windows.




PNG image

GIF image


Follow ups