Skip to content

Commit

Permalink
Update package authors
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Mar 29, 2022
1 parent 732db2a commit 244e107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocoptNet/DocoptNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageOutputPath>..\..\dist</PackageOutputPath>
<PackageReleaseNotes Condition="'$(PackageReleaseNotes)' == '' And '$(PackageReleaseNotesFile)' != ''">$([System.IO.File]::ReadAllText('$(PackageReleaseNotesFile)'))</PackageReleaseNotes>
<Title>docopt.net, a beautiful command-line parser</Title>
<Authors>Dinh Doan Van Bien;Vladimir Keleshev</Authors>
<Authors>Dinh Doan Van Bien;Vladimir Keleshev;Atif Aziz</Authors>
<Description>docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation.
Quick example:
var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args);
Expand Down

0 comments on commit 244e107

Please sign in to comment.