File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/kotlin/com/fwdekker/falloutcurvetable Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Usage: <main class> [options]
1818 The format to print each file as. `%n` for file name excluding prefix
1919 and extension, `%m` for `%n` but right-padded with whitespaces so that
2020 all names are of equal length, and `%v` for curve values.
21- Default: -->|%m =%v<!--
21+ Default: -->|%m =%v<!--
2222 --help
2323 Shows this information.
2424 --prefix
Original file line number Diff line number Diff line change 11group = com.fwdekker
2- version = 1.1.0
2+ version = 1.1.1
33
44kotlin.code.style = official
55
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Args {
4242 " and `%v` for curve values." ,
4343 required = false
4444 )
45- var format: String = " -->|%m =%v<!--"
45+ var format: String = " -->|%m =%v<!--"
4646
4747 @Parameter(names = [" --help" ], help = true , description = " Shows this information." )
4848 var help: Boolean = false
You can’t perform that action at this time.
0 commit comments