#!/usr/bin/env node /** * GLM CLI Tool * Code generation with streaming output * * Usage: * glm -q "prompt" Generate code * glm --query "prompt" Same as -q * echo "prompt" | glm Pipe input * glm init [-g] Initialize configuration * glm stats [--monthly] Show usage statistics * glm version Show version * glm help Show help */ export {};