quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

stderr.md (429B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: stderr
      5 Arg: <file>
      6 Help: Where to redirect stderr
      7 Category: verbose global
      8 Added: 6.2
      9 Multi: single
     10 Scope: global
     11 See-also:
     12   - verbose
     13   - silent
     14 Example:
     15   - --stderr output.txt $URL
     16 ---
     17 
     18 # `--stderr`
     19 
     20 Redirect all writes to stderr to the specified file instead. If the filename
     21 is a plain '-', it is instead written to stdout.