-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d865b0
commit 8dc6f0a
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Coverage41C | ||
Замеры покрытия для платформы 1С: Предприятие 8 | ||
|
||
```cmd | ||
Usage: Coverage41C [-hV] [-p] -i=<infobaseAlias> -o=<outputFile> | ||
[-t=<pingTimeout>] [-u=<debugServerUrl>] | ||
[-a=<debugAreaNames>]... | ||
Make measures from 1C:Enterprise and save them to csv file | ||
-i, --infobase=<infobaseAlias> | ||
InfoBase name | ||
-o, --out=<outputFile> Output file name | ||
-u, --debugger=<debugServerUrl> | ||
Debugger url | ||
-p, --password Dbgs password | ||
-a, --areanames=<debugAreaNames> | ||
Debug area names (not for general use!) | ||
-t, --timeout=<pingTimeout> | ||
Ping timeout | ||
-h, --help Show this help message and exit. | ||
-V, --version Print version information and exit. | ||
``` |