Searched refs:add_version (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-2.7.6/tools/ |
D | idf_tools.py | 525 def add_version(self, version): member in IDFTool 868 tool_obj.add_version(version_obj) 1600 …add_version = subparsers.add_parser('add-version', help='Add or update download info for a version… 1601 add_version.add_argument('--output', help='Save new tools.json into this file') 1602 add_version.add_argument('--tool', help='Tool name to set add a version for', required=True) 1603 add_version.add_argument('--version', help='Version identifier', required=True) 1604 …add_version.add_argument('--url-prefix', help='String to prepend to file names to obtain download … 1605 add_version.add_argument('files', help='File names of the download artifacts', nargs='*')
|