Class CaptureCommand

java.lang.Object
com.shaft.commandline.command.CaptureCommand
All Implemented Interfaces:
Callable<Integer>

public final class CaptureCommand extends Object implements Callable<Integer>
Curated capture shortcuts. Pure alias over call; requires a live session.
  • Constructor Details

    • CaptureCommand

      public CaptureCommand()
      Uses the real connection factory.
    • CaptureCommand

      public CaptureCommand(McpConnector factory)
      Parameters:
      factory - the connection factory
  • Method Details