Chris McKenzie
Chris McKenzie
-c false should turn off the switch for -c.
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.
Rebuild Odin against the lowest possible version of .NET Standard.
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...
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