tui: tab-completing a command moves the cursor to the end (#2362)

also tweak agents.md for faster `just fix`
This commit is contained in:
Jeremy Rose
2025-08-20 09:57:55 -07:00
committed by GitHub
parent 0ad4e11c84
commit 8481eb4c6e
3 changed files with 8 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ file-search *args:
fmt:
cargo fmt -- --config imports_granularity=Item
fix:
cargo clippy --fix --all-features --tests --allow-dirty
fix *args:
cargo clippy --fix --all-features --tests --allow-dirty "$@"
install:
rustup show active-toolchain