Lines Matching +full:clean +full:- +full:command
3 # SPDX-License-Identifier: Apache-2.0
26 # Keep this in sync with the string in west-commands.yml.
39 --------------
50 - module: name of the module that contains this blob
51 - abspath: blob absolute path
52 - status: short status (A: present, M: hash failure, D: not present)
53 - path: blob local path from <module>/zephyr/blobs/
54 - sha256: blob SHA256 hash in hex
55 - type: type of blob
56 - version: version string
57 - license_path: path to the license file for the blob
58 - uri: URI to the remote location of the blob
59 - description: blob text description
60 - doc-url: URL to the documentation for this blob
63 # Remember to update west-completion.bash if you add or remove
66 choices=['list', 'fetch', 'clean'],
67 help='sub-command to execute')
74 group.add_argument('-f', '--format',
86 unknown = set(modules) - set(all_names)
132 - if it is not certain that the download was successful,
134 to re-download the file
135 - if the error persists, please consider contacting
154 def clean(self, args): member in Blobs
169 self.die(f'unexpected --format argument; this is a "west blobs list" option')