Mark Clearwater

Results 49 comments of Mark Clearwater
trafficstars

still need to do COVERALLS_PARALLEL

I'm concerned why are you getting ssl errors? Their site should have a valid cert?

Yeah enterprise is something I'd like to support. Can you give me the enterprise url path you use? (the domain can be ubfuscated as necessary) I'll look to add -enterprise...

Ah cool yeah I can ask for a domain in the cli and swap it out. I wasn't sure if the rest of the path was the same 🙂. I...

I'm ruling out Command Line Parser (http://commandline.codeplex.com/) since it doesn't handle missing arguments any better than docopt.net does. It also requires every argument to have a shortname, which I do...

Mono.Options seems to have the same problem as docopt that empty/missing argument values get populated with the name of the next argument string, rather than an empty value. This is...

starting building my own. WIP but will use when ready. https://github.com/csMACnz/consolable

Something to investigate for sure. I've always had 'fun' with globbing, especially when sometimes it is done by the shell, and sometime by the cli tool... maybe documenting this as...

Not sure if this is required, using the git object approach is working for now, and most of that data can come from the ci server anyway.

Have added this in support of teamcity data. no explicit cli arg, but if the tc version works, i could add the cli arg too.