Skip to main content

Module self_cmd

Module self_cmd 

Source
Expand description

cuqueclicker self update โ€” re-install the latest released version in place. How it does that depends on how this binary was built:

  • Shipped-binary build (the binary-release cargo feature is enabled, i.e. it came from a GitHub Release via curl+sh or PowerShell): re-runs the same one-liner installer that initially fetched it. The installer is idempotent โ€” it overwrites the binary at the same install path.
  • Source build (the default, e.g. cargo install or a local cargo build): runs cargo install cuqueclicker --force, which will pick up the newest version from crates.io.

Both paths inherit stdio, so the user sees installer / cargo output live.

Functionsยง

update