lithium\console\command\Route::run()

public method

Lists all connected routes to the router. See the all() method for details and examples.

Returns

void

Source

	public function run() {
		$this->all();
	}