summaryrefslogtreecommitdiff
path: root/issue-tracker/20260201_140421/issue.md
blob: 69cd331679ca075d5bcddc25d6a2abe2aef760d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```ini
author=steven#Bt0vSTFm
status=open
labels=proposal
```

# Robustly modify metadata from command line

Right now, we're mostly manually editing files,
but it might be useful to do something like `xpit set XXX status=close`.
Right now, the obvious way to do that would be something like
`sed -i 's/status=closed/status=open/'`, which could cause unintended
side-effects in other parts of the file.

It might be more elegant to create a separate general utility to modify "code"
inside markdown files, maybe.