From 8bc56478ef8613ca587082abd139f9684bc7d577 Mon Sep 17 00:00:00 2001 From: Konstantin Safonov Date: Wed, 14 Apr 2021 18:38:11 +0300 Subject: [PATCH] Update docs --- README.md | 5 +++-- src/kasthack.tinkoffReader/Properties/launchSettings.json | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 src/kasthack.tinkoffReader/Properties/launchSettings.json diff --git a/README.md b/README.md index e494980..294056e 100644 --- a/README.md +++ b/README.md @@ -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] @@ -22,7 +23,7 @@ Options: --input-path Input file path. --output-path Output file path. --input-format Input format. [default: TinkoffXlsx] - --output-format Output format. [default: Raw] + --output-format Output format. [default: Raw] --version Show version information -?, -h, --help Show help and usage information ``` diff --git a/src/kasthack.tinkoffReader/Properties/launchSettings.json b/src/kasthack.tinkoffReader/Properties/launchSettings.json new file mode 100644 index 000000000..7a267df --- /dev/null +++ b/src/kasthack.tinkoffReader/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "kasthack.tinkoffReader": { + "commandName": "Project", + "commandLineArgs": "--help" + } + } +} \ No newline at end of file