https://bugs.kde.org/show_bug.cgi?id=430668

--- Comment #10 from Jack <alphaj...@tuta.io> ---
Is it possible to have "flag" in
```
while getopts 'hq' flag; do
 case "${flag}" in
  h) print_help && exit;;
  q) quiet=true;;
  *) exit 1 ;;
 esac
done
```

highlighted as a variable like "line" in

```
while read -r line; do
 :
done
```

?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to