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