aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 57b9db4701cdd7e821d4945e1931f420a873f503 (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: 09 day: 05 }
  license_type: NOTICE
}