James Brundage

Results 62 comments of James Brundage

@PrzemyslawKlys these files are mostly there because one of the goals of HelpOut is to help make GitHub pages, and, for this, assets and other files need to be copied...

@PrzemyslawKlys that is a little weirder. Can you point me to the module you're trying to publish / your .helpout.ps1 ? I'll see if I can't figure out what's going...

@potatoqualitee just to clarify, you'd like all of the help contents in a single JSON file, correct?

@PrzemyslawKlys For creating the README: I normally do this by hand / with PipeScript's help (see almost any repo's README.ps.md). This allows me to hand-craft most of the content I...

@potatoqualitee are you talking about `Save-Maml`? `Save-MarkdownHelp` has a few aliasing options.

* [ ] #153 * [ ] #152

Sure thing! Git show might be a little bit of a fun challenge, as it seems like I'll have to reuse some of the other parsers for some scenarios.

@corbob this one will be a good bit trickier than the others (surprisingly) `git reflog` maps down to `git log -g --abbrev-commit --pretty=oneline` Which comes back with branch information when...

@aldrichtr this is actually posh-git's problem, and they are fixing it (as I understand it, the fix is already in master, but there is not yet a release). If you...

@aldrichtr that's right. Each tool that wants to use both should reference the git application directly (not just any command named git). They could also choose to simply require ugit...