{ "metadata": { "commands_extracted": 5, "extracted_by": "test-fixture", "extracted_on": "2026-01-01T00:00:00+00:00" }, "commands": { "clear": { "command": "clear", "description": "Clear screen", "notes": [], "offline": true, "options": ["-h, --help This help"], "usage": "clear [-h]" }, "hf 14a info": { "command": "hf 14a info", "description": "Get info about an ISO14443-A tag", "notes": ["hf 14a info -v"], "offline": false, "options": ["-h, --help This help", "-v, --verbose verbose output"], "usage": "hf 14a info [-hv]" }, "hf mf rdbl": { "command": "hf mf rdbl", "description": "Read MIFARE Classic block", "notes": ["hf mf rdbl --blk 0", "hf mf rdbl --blk 0 -k A0A1A2A3A4A5"], "offline": false, "options": [ "-h, --help This help", "--blk block number", "-a input key type is key A (def)", "-k, --key key, 6 hex bytes", "-v, --verbose verbose output" ], "usage": "hf mf rdbl [-habv] --blk [-k ]" }, "hf mf wrbl": { "command": "hf mf wrbl", "description": "Write MIFARE Classic block", "notes": [], "offline": false, "options": ["-h, --help This help", "--blk block number", "-k, --key key, 6 hex bytes"], "usage": "hf mf wrbl [-h] --blk [-k ]" }, "lf search": { "command": "lf search", "description": "Read and identify a LF tag", "notes": ["lf search -1"], "offline": false, "options": ["-h, --help This help", "-1 Use data from Graphbuffer (offline mode)", "-c Continue searching"], "usage": "lf search [-1ch]" } } }