Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cmd is the command 'status' which tells if Liferay is running or not Cmd = &cobra.Command{ Use: "status", Short: "Status (running or stopped) of a Liferay Tomcat bundle", Args: cobra.NoArgs, Run: run, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.