Example usage for org.springframework.boot.cli.command OptionParsingCommand subclass-usage

List of usage examples for org.springframework.boot.cli.command OptionParsingCommand subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.cli.command OptionParsingCommand subclass-usage.

Usage

From source file org.springframework.cloud.launcher.cli.LauncherCommand.java

/**
 * @author Spencer Gibb
 */
public class LauncherCommand extends OptionParsingCommand {

    public static final Log log = LogFactory.getLog(LauncherCommand.class);

From source file demo.InstallCommand.java

/**
 * {@link Command} to install additional dependencies into the CLI.
 *
 * @author Dave Syer
 * @author Andy Wilkinson
 */