aider-script 0.1.0

A CLI wrapper around aider to make calling reusable prompts convenient
1
2
3
4
5
6
7
8
#!/bin/bash

# For use with aider
#
# This script runs cargo clippy with the --fix option.
# Any arguments passed to this script are ignored.

cargo fmt && cargo clippy --fix --allow-dirty