Lines Matching +full:- +full:- +full:recover
3 # SPDX-License-Identifier: Apache-2.0
18 '''Runner front-end for nrfutil.'''
21 reset=True, tool_opt=None, force=False, recover=False, argument
25 tool_opt, force, recover)
37 def tool_opt_help(cls) -> str:
38 return 'Additional options for nrfutil, e.g. "--log-level"'
46 recover=args.recover,
52 parser.add_argument('--suit-manifest-starter', required=False,
59 cmd = ['nrfutil', '--json', 'device'] + args
67 # https://github.com/ndjson/ndjson-spec
71 if 'x-execute-batch' in args:
121 self._exec(['x-execute-batch', '--batch-path', f'{json_file}',
122 '--serial-number', f'{self.dev_id}'])