Skip to content

Commit

Permalink
Sarthak | Adds documentation for CommandLineArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Jan 19, 2024
1 parent afb87c6 commit c83f906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions command_line.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ Options:
(default for current machine is %d cores)
`

// CommandLineArguments defines the command line arguments supported by blast.
type CommandLineArguments struct{}

// NewCommandArguments creates a new instance of CommandLineArguments.
func NewCommandArguments() *CommandLineArguments {
return &CommandLineArguments{}
}
Expand Down

0 comments on commit c83f906

Please sign in to comment.