Skip to content

git psykorebase --help fails because there is no man page for it. #20

@Natim

Description

@Natim

--help doesn't works:

$ git psykorebase --help
Aucune entrée de manuel pour git-psykorebase
voir « man 7 undocumented » pour obtenir de l'aide quand les pages de manuel ne sont pas disponibles.

Also -h works:

$ git psykorebase -h
usage: git-psykorebase [-h] [--no-ff] [--continue] [--ask]
                       [PRIMARY-BRANCH] [SECONDARY-BRANCH]

Perform safe merged-based rebases.

positional arguments:
  PRIMARY-BRANCH    Branch you want to apply changes on top of.
  SECONDARY-BRANCH  Branch with changes you want to rebase.

optional arguments:
  -h, --help        show this help message and exit
  --no-ff           Force a commit message for the psykorebase.
  --continue        Continue the rebase after a merge conflict.
  --ask             Ask confirmation before each command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions