Module io.jooby.cli
Package io.jooby.cli

Class SetCmd

java.lang.Object
io.jooby.cli.Cmd
io.jooby.cli.SetCmd
All Implemented Interfaces:
Runnable

public class SetCmd extends Cmd
Set/configure options used by the tool (for now is just for workspace).
Since:
2.0.6
  • Constructor Details

    • SetCmd

      public SetCmd()
  • Method Details

    • run

      public void run(@NonNull CliContext ctx) throws Exception
      Description copied from class: Cmd
      Run a command.
      Specified by:
      run in class Cmd
      Parameters:
      ctx - Command context.
      Throws:
      Exception - If something goes wrong.