~sourcemage/sorcery

248845a2ae31599b87a3a736163e0c683d4aa0b7 — Ismael Luceno 2 months ago a6e53e5
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