0.3.2
This commit is contained in:
parent
5355ae1c1d
commit
c90356428f
2
dub.json
2
dub.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "dfmt",
|
"name": "dfmt",
|
||||||
"description": "Dfmt is a formatter for D source code",
|
"description": "Dfmt is a formatter for D source code",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -144,7 +144,7 @@ else
|
||||||
|
|
||||||
private void printHelp()
|
private void printHelp()
|
||||||
{
|
{
|
||||||
writeln(`dfmt 0.3.1
|
writeln(`dfmt 0.3.2
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--help | -h Print this help message
|
--help | -h Print this help message
|
||||||
|
|
Loading…
Reference in New Issue