[[command]]
name = "fnm"
description = "Fast Node.js version manager written in Rust. The list, ls-remote, current, and default subcommands are purely read-only queries that inspect locally installed versions or fetch available versions from a remote registry. None of these subcommands execute arbitrary code or modify the filesystem. Moderately active project with releases a few times per year."
url = "https://github.com/Schniz/fnm#readme"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "current"
level = "Inert"
standalone = ["--help", "-h"]
[[command.sub]]
name = "default"
level = "Inert"
standalone = ["--help", "-h"]
[[command.sub]]
name = "list"
level = "Inert"
standalone = ["--help", "-h"]
[[command.sub]]
name = "ls-remote"
level = "Inert"
standalone = ["--help", "-h"]