sightsee: Add test mode
1 files changed, 4 insertions(+), 0 deletions(-) M usr/lib/sorcery/cmd/sightsee
M usr/lib/sorcery/cmd/sightsee => usr/lib/sorcery/cmd/sightsee +4 -0
@@ 14,6 14,10 @@ upstream_rel_get() { # Process options while case "$1" in + (--test) + shift + upstream_rel_get "$@" + exit (--codex) codex="$2" shift 2