Options
All
  • Public
  • Public/Protected
  • All
Menu

Parser of the AVH branch list retrieved by 'git flow list'.

Hierarchy

  • AvhBranchListParser

Index

Constructors

Methods

Constructors

Methods

  • parse(list: string): Promise<string[]>
  • Parses the shell answer of AVH implementation.

    Parameters

    • list: string

      List retrived by the shell command 'git flow list'.

    Returns Promise<string[]>

    The branch list.