Skip to content

Commit

Permalink
Merge pull request #9 from henkla/feature/cicd
Browse files Browse the repository at this point in the history
fix error in readme
  • Loading branch information
henkla authored Oct 6, 2024
2 parents 80bccc5 + 4d15ef9 commit b89a29b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,14 @@ if (arguments.IsValid && arguments.Any())
Given no bad or missing input (let's re-use the valid arguments a few paragraphs above), that would give the following output to the Console:

```console
$ <executable> --key just a key --bool true --number 42
Name: key, Type: Alpha, Value: just a key
Name: bool, Type: Boolean, Value: true
Name: number, Type: Integer, Value: 42
Valid commands:
Name: alpha, Type: Alpha, Value: some-alpha
Name: integer, Type: Integer, Value: 42
Name: boolean, Type: Boolean, Value: true
Name: char, Type: Char, Value: c
Name: double, Type: Double, Value: 3.12
Name: enumerate, Type: Enumerate, Value: accepted-value-1
Name: flag, Type: Flag, Value:
```

#### Get specific command
Expand Down
2 changes: 1 addition & 1 deletion Simple.ArgumentParser/Simple.ArgumentParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>Simple.ArgumentParser</PackageId>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>Henrik Larsson</Authors>
<PackageProjectUrl>https://github.com/henkla/Simple.ArgumentParser</PackageProjectUrl>
<RepositoryUrl>https://github.com/henkla/Simple.ArgumentParser</RepositoryUrl>
Expand Down

0 comments on commit b89a29b

Please sign in to comment.