spinel-coop/rv

Add global option `--offline` to prevent all network access

開放

#444 建立於 2026年2月1日

 (0 則留言) (2 個反應) (0 位負責人)Rust (46 個分叉)user submission
good first issue

倉庫指標

星標
 (1,706 顆星)
PR 合併指標
 (平均合併 4天 18小時) (30 天內合併 14 個 PR)

描述

If the flag --offline is passed, rv should try to operate without making network requests. For example, it should not check for available ruby versions, try to install ruby versions, or try to look up or install gems. If it's possible to run without network requests (perhaps a ruby version that meets the requested version is already installed?) it should run with whatever is already present. If it's not possible to run without making network requests, rv should fail with an error explaining the problem and a suggestion to try again without --offline because that might work.

貢獻者指南