Metadata-Version: 2.1
Name: ccfcsharp
Version: 1.1.0
Summary: C# code conventions analyzer and fixer
Home-page: https://github.com/MaiiaChudinova/univ_metaprogramming
Author: Maiia Chudinova
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: chardet

# Lab2 C# code conventions analyzer and fixer

After successful installation project can be used command:
`CSharpCCF (-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`





