Skip to content

Commit

Permalink
changes missing from my previous attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
peutch committed May 1, 2021
1 parent ea98cee commit 5b95450
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"allDeclaredMethods" : true,
"allPublicMethods" : true,
"fields" : [
{ "name" : "commands" },
{ "name" : "command" },
{ "name" : "helpRequested" }
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"allDeclaredMethods" : true,
"allPublicMethods" : true,
"fields" : [
{ "name" : "commands" },
{ "name" : "command" },
{ "name" : "helpRequested" }
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"allDeclaredMethods" : true,
"allPublicMethods" : true,
"fields" : [
{ "name" : "commands" },
{ "name" : "command" },
{ "name" : "helpRequested" }
]
},
Expand Down
2 changes: 1 addition & 1 deletion picocli-codegen/src/test/resources/example-reflect.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"allDeclaredMethods" : true,
"allPublicMethods" : true,
"fields" : [
{ "name" : "commands" },
{ "name" : "command" },
{ "name" : "helpRequested" }
]
},
Expand Down

0 comments on commit 5b95450

Please sign in to comment.