fix(pry): kill cli recursion, delete parser.tmp, fix broken completions, correct hallucinated docs

This commit is contained in:
Crypto Rug Munch 2026-07-06 18:26:03 +07:00
parent 68f1690ede
commit c6194ca444
5 changed files with 93 additions and 73 deletions

View file

@ -1,7 +1,7 @@
SHELL := /bin/bash
PYTHON := python3
.PHONY: help install dev lint format typecheck test security check clean commit precommit ci
.PHONY: help install dev lint format typecheck test security check clean precommit ci
help:
@echo "Pry Makefile"