rt deps link
rt › deps › link
Expose a bundled tool at ~/.local/bin/<tool> (symlink, or a tagged wrapper for multi-argv tools)
Usage
rt deps link <tool> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<tool> | text | Tool name to link | |
--force | boolean | false | Replace an existing user copy or unrelated file at the link path |
--json | boolean | false | Print the outcome as JSON |
See code: commands/deps.ts › depsLink