diff --git a/dub.json b/dub.json index 342913a..59d854c 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "version": "0.2.2", + "version": "0.3.0, "targetType": "executable", "license": "BSL-1.0", "dependencies": { diff --git a/src/dfmt/main.d b/src/dfmt/main.d index 39f0211..d4f1a8d 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -62,7 +62,6 @@ else "indent_style|t", &optConfig.indent_style, "inplace", &inplace, "max_line_length", &optConfig.max_line_length, - "max_line_length", &optConfig.max_line_length, "outdent_attributes", &handleBooleans, "outdent_labels", &handleBooleans, "space_after_cast", &handleBooleans, @@ -144,7 +143,7 @@ else private void printHelp() { - writeln(`dfmt 0.3.0-dev + writeln(`dfmt 0.3.0 Options: --help | -h Print this help message