oa_gatewayFunction run
Source pub(crate) async fn run() -> Result<(), String>
Expand description
Dispatches on the command line: help, version, or serve a config.
ยงErrors
Returns a message for a bad command line, or any failure from serve()
when a config path was given.