Sasha Smundak | a89b7af | 2020-07-02 15:45:15 -0700 | [diff] [blame] | 1 | name: "go-subcommands" |
| 2 | description: |
| 3 | "Subcommands is a Go package that implements a simple way for a single command " |
| 4 | "to have many subcommands, each of which takes arguments and so forth." |
| 5 | |
| 6 | third_party { |
| 7 | url { |
| 8 | type: GIT |
| 9 | value: "https://github.com/google/subcommands.git" |
| 10 | } |
| 11 | version: "v1.2.0" |
Dan Willemsen | dae325e | 2021-08-27 17:05:01 -0700 | [diff] [blame] | 12 | last_upgrade_date { year: 2019 month: 9 day: 5 } |
Sasha Smundak | a89b7af | 2020-07-02 15:45:15 -0700 | [diff] [blame] | 13 | license_type: NOTICE |
| 14 | } |