lithium\console\command\Create::$library

public property

Name of the library to use, defaults to the current application.

The following command creates a Posts model inside the blog library.

li3 create --library=blog model Posts

Source

	public $library = null;