File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Test 1: help text
35
35
start Java in a mode so an IDE/debugger can attach to it
36
36
--help, -h
37
37
show this help
38
+ --version
39
+ print the version of the software
38
40
--dry-run
39
41
show the command line, but do not run anything
40
42
--debug
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Test help text
35
35
start Java in a mode so an IDE/debugger can attach to it
36
36
--help, -h
37
37
show this help
38
+ --version
39
+ print the version of the software
38
40
--dry-run
39
41
show the command line, but do not run anything
40
42
--debug
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ Test command line argument combinations.
41
41
start Java in a mode so an IDE/debugger can attach to it
42
42
--help, -h
43
43
show this help
44
+ --version
45
+ print the version of the software
44
46
--dry-run
45
47
show the command line, but do not run anything
46
48
--debug
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ Test help text
27
27
print information about the selected Python
28
28
--help, -h
29
29
show this help
30
+ --version
31
+ print the version of the software
30
32
--dry-run
31
33
show the command line, but do not run anything
32
34
--debug
Original file line number Diff line number Diff line change 26
26
print information about the selected Python
27
27
--help, -h
28
28
show this help
29
+ --version
30
+ print the version of the software
29
31
--dry-run
30
32
show the command line, but do not run anything
31
33
--debug
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Test help text
48
48
print information about the selected Python
49
49
--help, -h
50
50
show this help
51
+ --version
52
+ print the version of the software
51
53
--dry-run
52
54
show the command line, but do not run anything
53
55
--debug
You canβt perform that action at this time.
0 commit comments