docstring

in retrospective.rb [91:110]


  def docstring
    <<~DOCSTRING
      Create a retrospective issue

      Usage:
        
        

      Options:
        -h --help              Show this screen.
        --dry-run              Print the issue contents to standard output.
        --force                Force the process to run, regardless of date.
        --read-token=<token>   GitLab API token with read permission.
        --write-token=<token>  GitLab API token with write permission to the group intended to manage retrospective issues.
        --all-teams            Run for all teams and print a summary of the results.
        --team=<team>          Team name, including initial caps (team info in teams.yml).
        --release=<release>    Target release (eg 17.5). Defaults to latest
    DOCSTRING
  end