-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
My system does not have system-level pip installed, so I use uv to install it.
Install by
uv tool install mbake
Run test
bake --help
Usage: bake [OPTIONS] COMMAND [ARGS]...
Format and lint Makefiles according to best practices.
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --version Show version and exit. │
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ init Initialize configuration file with defaults. │
│ config Show current configuration. │
│ validate Validate Makefile syntax using GNU make. │
│ format Format Makefiles according to style rules (use 'validate' command for syntax checking). │
│ update Update mbake to the latest version from PyPI. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
The plug shows both mbake not found. Please install it with: pip install mba
while setting the mbake.executablePath and when not setting the path.
EbodShojaei
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request