Metadata-Version: 2.1
Name: ccfkotlin
Version: 1.0.4
Summary: Kotlin code conversions fixer
Home-page: https://github.com/alexandrakmet/Metaprogramming
Author: Alexandra Kmet
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Lab2 Code conventions fixer for Kotlin

After successful installation project can be used command:
`ccfkotlin (-v|-fx) -(p|d|f) <path>`

#### Command line options
```text
Options:
  -v, --verify                    Verify files without editing.

  -fx, --fix                      Rewrite files

  -d, --directory TEXT            Absolute or relative path to directory with 
                                  files to be fixed.

  -p, --project TEXT              Absolute or relative path to project with 
                                  files to be fixed.

  -f, --file TEXT                 Absolute or relative path to file to be fixed.

  -h, --help                      Show this message and exit.`
  ```
  *Note: any other input is equivalent to* `--help`





