Skip to content

Commit

Permalink
Added application exit codes to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbadjari committed May 29, 2012
1 parent ce2c328 commit 5b11f93
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Documentation/Readme.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,29 @@ Analyze multiple Visual Studio solution files:

StyleCopCLI -sln Calculator.sln C:\Projects\ImageEditor.sln

### Exit Codes ###

StyleCop CLI returns an integer representing the application exit code to the calling process upon termination:

<table cellpadding="5">
<tr align="left">
<th>Code</th>
<th>Description</th>
</tr>
<tr>
<td>0</td>
<td>Application executed successfully.</td>
</tr>
<tr>
<td>1</td>
<td>Application encountered an error during execution.</td>
</tr>
<tr>
<td>2</td>
<td>Application encountered violations during analysis.</td>
</tr>
</table>

Releases
--------

Expand Down

0 comments on commit 5b11f93

Please sign in to comment.