@(form: Form[_], res: Option[String])(implicit ctx: Context) @title = @{ "Command Line Interface" } @mod.layout(title = title, active = "cli") {

@title



Run arbitrary lila commands.
Only use if you know exactly what you're doing.



@res.map { r =>

Result:

@r
}
@base.form.input(form("command"))

Command examples:

puzzle disable 70000
team disable foobar
team enable foobar
fishnet client create {username} analysis
}