Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandymel authored Dec 29, 2018
1 parent d0a5272 commit 66799a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ if (configuration.ShowHelp)
Console.WriteLine("HEEELP");
}
```

## How to add new options?
### Standard CLR types
Mark property with `[Option]` attribute.
This will create a default alias with the name of property.
To change the alias, mark property with `[OptionAlias]` attribute.

0 comments on commit 66799a5

Please sign in to comment.