mq-update-0.1.4 is not a library.
Updater for mq and mq subcommands (mq-check, mq-conv, etc.).

Overview
mq-update is a utility to update the mq binary and its subcommands (e.g., mq-check, mq-conv, mq-docs) to the latest version from GitHub releases.
Installation
Using the install script (Recommended)
|
From source with Cargo
Usage
Update mq to the latest version
Update a subcommand
# Update mq-check to the latest version
# Update mq-conv to the latest version
Update to a specific version
# or
# Subcommand with a specific version
Show current version
# Subcommand version
Force reinstall
Options
[SUBCOMMAND]: Subcommand name to update (e.g.,checkformq-check)-t, --target <VERSION>: Target version to install (defaults to latest)-f, --force: Force reinstall even if already up-to-date--current: Show current version-h, --help: Print help-V, --version: Print version
How it works
- Locates the binary (
mqormq-{subcommand}) viawhich - Checks the current version
- Fetches the latest release information from GitHub (
harehare/mqorharehare/mq-{subcommand}) - Downloads the appropriate binary for your platform
- Creates a backup of the existing binary
- Replaces the existing binary with the new one
Supported Platforms
- Linux (glibc)
- x86_64
- aarch64
- Linux (musl) - Alpine Linux, etc.
- x86_64
- aarch64
- macOS
- x86_64 (Intel)
- aarch64 (Apple Silicon)
- Windows
- x86_64
License
MIT License - see LICENSE for details.