frontend
    Preparing search index...

    Function useCliGame

    • Hook that wires CLI command input to a game API exec function.

      Type Parameters

      • TState
      • TArgs extends unknown[]

      Parameters

      Returns { handleCommand: (input: string) => Promise<void> }