Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Jan 30, 2016
1 parent 5970f6c commit 8e0fff2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Hprose Invocation Proxy Implementation Generator
## Hprose Invocation Proxy Implementation Generator

Copyright (c) 2008-2016 http://hprose.com

hipig -i:IExample.cs -r:Hprose.Client.dll -o:Example.cs
```hipig -i:IExample.cs -r:Hprose.Client.dll -o:Example.cs```

```
-input:FILE1[,FILEn] Input files (short: -i)
-output:FILE Output files (short: -o)
-reference:A1[,An] Imports metadata from the specified assembly (short: -r)
-reference:A1[,An] Imports metadata from the specified assembly (short: -r)
```

0 comments on commit 8e0fff2

Please sign in to comment.