Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasthack committed Apr 14, 2021
1 parent 5d97719 commit 8bc5647
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Tinkoff broker report reader

```
kasthack.TinkoffReader:
Reads tinkoff XLSX broker report and converts it into a machine-readble json file.
Reads tinkoff XLSX broker report and converts it to a machine-readble json file or a usable XLSX.
Check out https://github.com/kasthack-labs/kasthack.tinkoffReader for more info and updates.
Usage:
kasthack.TinkoffReader [options]
Expand All @@ -22,7 +23,7 @@ Options:
--input-path <input-path> Input file path.
--output-path <output-path> Output file path.
--input-format <RawJson|TinkoffXlsx> Input format. [default: TinkoffXlsx]
--output-format <Parsed|Raw> Output format. [default: Raw]
--output-format <Parsed|Raw|Xlsx> Output format. [default: Raw]
--version Show version information
-?, -h, --help Show help and usage information
```
8 changes: 8 additions & 0 deletions src/kasthack.tinkoffReader/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"kasthack.tinkoffReader": {
"commandName": "Project",
"commandLineArgs": "--help"
}
}
}

0 comments on commit 8bc5647

Please sign in to comment.