fix: add missing printfStdout, printlnStdout, scanlnStdin, FetchBlob, and FetchAndDecryptBlob methods

These methods were referenced in main but never defined, causing compilation
failures. They were introduced by merges that assumed dependent PRs were
already merged.
This commit is contained in:
clawbot
2026-02-19 23:51:53 -08:00
parent 825f25da58
commit d77ac18aaa
3 changed files with 76 additions and 1 deletions

View File

@@ -4,8 +4,8 @@ import (
"encoding/json"
"fmt"
"os"
"regexp"
"path/filepath"
"regexp"
"sort"
"strings"
"text/tabwriter"