Skip to content

Commit

Permalink
Update docs/diagrams/ParserLibraryClassDiagram.puml
Browse files Browse the repository at this point in the history
Co-authored-by: nkotaa <[email protected]>
  • Loading branch information
YHWong20 and nkotaa authored Apr 15, 2024
1 parent 1b31729 commit 7570e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/diagrams/ParserLibraryClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package "Apache Commons CLI" #DDDDDD {
class Options

class CommandLine {
# options : Options
+ getOptionValue(): String
+ getOptionValues(): String[]
}
Expand Down

0 comments on commit 7570e27

Please sign in to comment.