Forrest logo
back to the nimble tool

nimble:tldr:dde1d

nimble: List installed packages.
$ nimble list -i
try on your machine

The command "nimble list -i" is used in the Nim programming language.

This command is used to list all the installed packages on your system with additional information. The "-i" flag stands for "information" and it provides detailed information about each installed package.

When you run this command, it will display a list of all the installed packages along with their version, path, and additional details. This information can be helpful when managing packages and dependencies in your Nim projects.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the nimble tool