CommandLoader

com.ossuminc.riddl.commands.CommandLoader
object CommandLoader

Attributes

Source
CommandLoader.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def commandOptionsParser(using io: PlatformContext): OParser[Unit, _]

Attributes

Source
CommandLoader.scala

Convert a string and some com.ossuminc.riddl.utils.CommonOptions into either a com.ossuminc.riddl.command.Command or some com.ossuminc.riddl.language.Messages.Messages Note that the com.ossuminc.riddl.command.CommandOptions will be passed to the command when you run it.

Convert a string and some com.ossuminc.riddl.utils.CommonOptions into either a com.ossuminc.riddl.command.Command or some com.ossuminc.riddl.language.Messages.Messages Note that the com.ossuminc.riddl.command.CommandOptions will be passed to the command when you run it.

Value parameters

name

The name of the command to be converted

Attributes

Returns
Source
CommandLoader.scala