Class ToolOptions
java.lang.Object
com.shaft.commandline.runtime.ToolOptions
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
json
public boolean jsonPrint the raw JSON-RPCresultinstead of rendered text. -
argsJson
Tool arguments supplied as a JSON object string. -
stdioOk
public boolean stdioOkAllow a throwaway one-shot stdio server when no daemon session is running.
-
-
Constructor Details
-
ToolOptions
public ToolOptions()
-