R/install_cli.R
install_cli.Rd
Creates a symlink to the bundled CLI script so imugap is available as a shell command.
imugap
install_cli(path = "~/.local/bin")
character; directory to install the symlink into. Defaults to "~/.local/bin".
"~/.local/bin"
Invisible TRUE on success, errors on failure.
TRUE