Chris McKenzie

Results 11 issues of Chris McKenzie

-c false should turn off the switch for -c.

enhancement

cli.exe /author "Branden Sanderson" cli.exe /a "Branden Sanderson" cli.exe search "Branden Sanders" /SortBy ReleaseDate

It needs to be easier to see what Odin offers. Start with the simplest case and add complexity.

enhancement

Rebuild Odin against the lowest possible version of .NET Standard.

enhancement

e.g. given the Enum type: ``` csharp public enum SortStyle { Author, Title, ReleaseDate } ``` The values should be parseable from: ``` Author author Title title ReleaseDate releasedate release-date...

e.g., -a fred=bob -a foo=bar

enhancement

Feature Enhancement :) It would be nice to be able to supply my own Powershell script block to execute instead of just a string of text. Further, it would be...

Putting in this PR for @PureKrome & @Doug-Murphy to review for sanity. It references issue #104