Class ToolOptions

java.lang.Object
com.shaft.commandline.runtime.ToolOptions

public class ToolOptions extends Object
Shared options mixed into every tool-invoking command. Argument positional key=value tokens are declared per command (their index differs between call and the curated aliases).
  • Field Details

    • json

      public boolean json
      Print the raw JSON-RPC result instead of rendered text.
    • argsJson

      public String argsJson
      Tool arguments supplied as a JSON object string.
    • stdioOk

      public boolean stdioOk
      Allow a throwaway one-shot stdio server when no daemon session is running.
  • Constructor Details

    • ToolOptions

      public ToolOptions()