Class BindexCommand

java.lang.Object
org.machanism.machai.cli.BindexCommand

@ShellComponent public class BindexCommand extends Object
Shell command for creating and registering Bindex files using GenAI.

Provides CLI access to bindex generation and registration logic.

Usage Example:

 
 BindexCommand cmd = new BindexCommand();
 cmd.bindex(new File("/myapp/"), true, false);
 
 
Since:
0.0.2
Author:
Viktor Tovstyi