feat(config): add command to edit config files with preferred editor
Some checks failed
build / checks-matrix (push) Successful in 19m18s
build / codecov (push) Failing after 19m13s
docs / docs (push) Failing after 28m39s
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-13 15:44:52 +05:30
parent 37e682a162
commit 92d69f13f0
3 changed files with 78 additions and 0 deletions

View File

@@ -144,6 +144,18 @@ Show configuration file search paths:
yarr config paths
```
Edit configuration file with your preferred editor:
```bash
yarr config edit
```
Edit specific config file:
```bash
yarr config edit --path /path/to/config.toml
```
### Shell Completions
Generate shell completions: