ArgParser

io.github.srs.ArgParser
object ArgParser

Command-line argument parser for the Scala Robotics Simulator application.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArgParser.type

Members list

Value members

Concrete methods

def parse(args: Seq[String]): Option[AppArgs]

Parses the command-line arguments.

Parses the command-line arguments.

Value parameters

args

the command-line arguments.

Attributes

Returns

Some(AppArgs) if parsing was successful, None otherwise.