rux remove

Purpose

Remove a dependency from the manifest

Synopsis

rux remove [name]

Behavior

Removes the dependency with the given import name from Rux.toml. It does not remove cached package versions; use rux uninstall for cache cleanup.

Arguments

ArgumentRequiredDescription
nameYesThe package or dependency name

Options

This command has no command-specific options. Global options still apply.

Global options may appear before or after the command. See Global options.

Output and exit status

Primary results are written to stdout. Progress, warnings, and errors are written to stderr.

Success exits 0, invalid command-line usage exits 2, and compiler, validation, filesystem, network, or generation failures exit 1 unless stated otherwise above.

Examples

rux remove Json
rux remove Random

Environment variables

This command defines no command-specific environment variables.

The global color environment behavior is described under Global options.