mirror of
https://github.com/nushell/nushell.git
synced 2025-07-18 23:24:28 +02:00
# Description Fixes #8098 by properly parsing `insecure` flag and also fixes the `timeout` flag, which is described as `max-time` (from curl?). # User-Facing Changes The only change is that the flags now work. # Tests + Formatting Everything passes. # Screenshots Before  After 