Skip to content

Commit d0bf530

Browse files
authored
Merge pull request #404 from chaquotay/patch-1
Adjusts link to 'verb commands'
2 parents 4bd363a + 6785286 commit d0bf530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __This library provides _hassle free_ command line parsing with a constantly upd
2727
- Supports `--help`, `--version`, `version` and `help [verb]` by default.
2828
- Map to sequences (via `IEnumerable<T>` and similar) and scalar types, including Enums and `Nullable<T>`.
2929
- You can also map to every type with a constructor that accepts a string (like `System.Uri`).
30-
- Define [verb commands](https://github.com/commandlineparser/commandline/wiki#verbs) similar to `git commit -a`.
30+
- Define [verb commands](https://github.com/commandlineparser/commandline/wiki/Verbs) similar to `git commit -a`.
3131
- Unparsing support: `CommandLine.Parser.Default.FormatCommandLine<T>(T options)`.
3232
- CommandLineParser.FSharp package is F#-friendly with support for `option<'a>`, see [demo](https://github.com/commandlineparser/commandline/blob/master/demo/fsharp-demo.fsx). _NOTE: This is a separate NuGet package._
3333
- Most of features applies with a [CoC](http://en.wikipedia.org/wiki/Convention_over_configuration) philosophy.

0 commit comments

Comments
 (0)