pub fn open(path: &Path, gctx: &GlobalContext) -> CargoResult<()>Expand description
Opens a file path using the preferred application.
- Try
doc.browserconfig first - Then
$BROWSER - Finally system default opener
pub fn open(path: &Path, gctx: &GlobalContext) -> CargoResult<()>Opens a file path using the preferred application.
doc.browser config first$BROWSER