bundled_cli_vrsn: Determine version of CLI tool bundled with RStudio

View source: R/rstd.gen.R

bundled_cli_vrsnR Documentation

Determine version of CLI tool bundled with RStudio

Description

Determines the version of one of the command-line interface (CLI) tools bundled with RStudio, like Quarto, Pandoc, Dart Sass, etc.

Usage

bundled_cli_vrsn(tool = all_bundled_tools)

Arguments

tool

Tool name. One of "dart-sass", "deno", "esbuild", "pandoc" or "quarto".

Value

A numeric version.

Examples

rstd::bundled_cli_vrsn(tool = "dart-sass")

salim-b/rstd documentation built on April 13, 2025, 7:33 a.m.