File: labels.t

package info (click to toggle)
gcli 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,596 kB
  • sloc: ansic: 26,273; sh: 601; makefile: 538; perl: 374; yacc: 261; lex: 59
file content (10 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
include "gcli/gitlab/labels.h";

parser gitlab_label is
object of struct gcli_label with
	("name"        => name as string,
	 "description" => description as string,
	 "color"       => colour as gitlab_style_colour,
	 "id"          => id as id);

parser gitlab_labels is array of struct gcli_label use parse_gitlab_label;