Skip to contents

Removes the cassidy command-line tool from your system.

Usage

cassidy_uninstall_cli()

Value

Invisibly returns TRUE if successful, FALSE otherwise

Examples

if (FALSE) { # \dontrun{
# Uninstall CLI tool
cassidy_uninstall_cli()
} # }