From bd5f14f11b670ca13c2166f3d9edf0b8c09b8fd5 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Fri, 20 Jun 2025 15:56:08 +0800 Subject: [PATCH] feat(riot): -t or --trust to set RIOT_TRUST_SERVER --- scripts/riot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/riot b/scripts/riot index 716c785..a4ebbc1 100755 --- a/scripts/riot +++ b/scripts/riot @@ -254,6 +254,10 @@ router() { RIOT_USE_TMUX=1 shift continue + elif [[ "$1" == "-t" || "$1" == "--trust" ]]; then + RIOT_TRUST_SERVER=1 + shift + continue fi RIOT_EXTRA_OPTIONS="$RIOT_EXTRA_OPTIONS $1" if [[ "$1" == "-o" ]]; then