Skip to content

Commit 6562db1

Browse files
committed
README updated, (re)added Welcome folder to solution.
1 parent d2f35c5 commit 6562db1

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CommandLine.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CommandLine.FSharp", "src\C
99
EndProject
1010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CommandLine.FSharp.Tests", "src\CommandLine.FSharp.Tests\CommandLine.FSharp.Tests.fsproj", "{54235AC4-60F1-4A3F-B218-3896B794043D}"
1111
EndProject
12+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Welcome", ".Welcome", "{D9C1F005-94A7-4A2A-81F3-9C053D5A6AEC}"
13+
ProjectSection(SolutionItems) = preProject
14+
doc\LICENSE = doc\LICENSE
15+
README.md = README.md
16+
EndProjectSection
17+
EndProject
1218
Global
1319
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1420
Debug|Any CPU = Debug|Any CPU

CommandLine.sln.DotSettings.user

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ At glance:
1919
- Map command line arguments to sequences (``IEnumerable<T>``), enum or standard scalar types.
2020
- __Plug-In friendly__ architecture as explained [here](https://github.com/gsscoder/commandline/wiki/Plug-in-Friendly-Architecture).
2121
- Define [verb commands](https://github.com/gsscoder/commandline/wiki/Verb-Commands) as ``git commit -a``.
22-
- Create parser instance using lambda expressions.
2322
- Most of features applies with a [CoC](http://en.wikipedia.org/wiki/Convention_over_configuration) philosophy.
23+
- F# specific API (work in progress).
2424

2525
To install:
2626
---

doc/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Command Line Parser Library
33
Author:
44
Giacomo Stelluti Scala (gsscoder@gmail.com)
55

6-
Copyright (c) 2005 - 2013 Giacomo Stelluti Scala
6+
Copyright (c) 2005 - 2013 Giacomo Stelluti Scala & Contributors
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)