aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 3e1e6b5b9dab8d05e02dfc8221b0e818f51a1325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "go-subcommands"
description:
    "Subcommands is a Go package that implements a simple way for a single command "
    "to have many subcommands, each of which takes arguments and so forth."

third_party {
  url {
    type: GIT
    value: "https://github.com/google/subcommands.git"
  }
  version: "v1.2.0"
  last_upgrade_date { year: 2019 month: 9 day: 5 }
  license_type: NOTICE
}