Skip to content

m devcontainer prompter

Command line prompter.

The goal is to display useful git information in the shell prompt.

Source code in m/cli/commands/devcontainer/prompter.py
4
5
6
7
8
class Arguments(BaseModel):
    """Command line prompter.

    The goal is to display useful git information in the shell prompt.
    """