shellcheck
being used here? It would have picked this (contrived) example up?
bar is referenced but not assigned. [SC2154]
# I am the Watcher. I am your guide through this vast new twtiverse. # # Usage: # https://watcher.sour.is/api/plain/users View list of users and latest twt date. # https://watcher.sour.is/api/plain/twt View all twts. # https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri. # https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject. # # Options: # uri Filter to show a specific users twts. # offset Start index for quey. # limit Count of items to return (going back in time). # # twt range = 1 12 # self = https://watcher.sour.is/conv/cuihlra
shellcheck
being used here? It would have picked this (contrived) example up?
bar is referenced but not assigned. [SC2154]
shellcheck
being used here? It would have picked this (contrived) example up?
bar is referenced but not assigned. [SC2154]
david@dreadnought:~/$ sudo apt depends shellcheck
shellcheck
Depends: libc6 (>= 2.34)
Depends: libffi8 (>= 3.4)
Depends: libgmp10 (>= 2:6.2.1+dfsg1)
david@dreadnought:~/$ apt-cache depends -i --recurse shellcheck
shellcheck
Depends: libc6
Depends: libffi8
Depends: libgmp10
libc6
Depends: libgcc-s1
libffi8
Depends: libc6
libgmp10
Depends: libc6
libgcc-s1
Depends: gcc-14-base
Depends: libc6
gcc-14-base