Skip to content

MMPM CLI Tab Completion Setup

Brandon Marlowe edited this page Dec 18, 2023 · 2 revisions

MMPM can generate completion for the following shells:

  • bash
  • zsh
  • fish
  • tcsh

Below is an example for enabling CLI completion for a Bash shell.

mmpm completion --shell=bash >> ~/.bashrc && source ~/.bashrc
Clone this wiki locally