diff --git a/README.md b/README.md index e5e53ee..62b275c 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ Various tools to manage a C# solution. ## CLI -**compare** `` `` +**compare** `` `` Finds any missing C# projects in the solution file compared to the folder. _options_ `-l --logprojectfiles` logs all project files found in folder -implicit-usings `` +implicit-usings `` Find projects that don't have implicit usings enabled. Optionally enables them. _options_ `-m|--add-missing` adds missing implicit usings to all project files `-d|--enable-disabled` enables disabled implicit usings in all project files `-a|--enable-all` enables implicit usings in all project files -**format-csproj** +**format-csproj** Formats a C# project file. `--folder ` or `--sln ` or `--project `