ServeUserGuideCommand
class ServeUserGuideCommand extends Command
Performs the command for serving the Jekyll user guide locally.
More information can be found here.
Methods
void
configure()
Configures the command.
int
execute(InputInterface $input, OutputInterface $output)
Executes the command.
Details
at line 17
protected void
configure()
Configures the command.
at line 30
protected int
execute(InputInterface $input, OutputInterface $output)
Executes the command.