Lines Matching refs:get
60 tool = self.options.get('tool', 'west').lower()
61 app = self.options.get('app', None)
62 zephyr_app = self.options.get('zephyr-app', None)
64 generator = self.options.get('generator', 'ninja').lower()
65 host_os = self.options.get('host-os', 'all').lower()
66 board = self.options.get('board', None)
67 shield = self.options.get('shield', None)
68 conf = self.options.get('conf', None)
69 gen_args = self.options.get('gen-args', None)
70 build_args = self.options.get('build-args', None)
71 snippets = self.options.get('snippets', None)
72 build_dir_append = self.options.get('build-dir', '').strip('/')
73 build_dir_fmt = self.options.get('build-dir-fmt', None)
74 goals = self.options.get('goals').split()
77 west_args = self.options.get('west-args', None)
78 flash_args = self.options.get('flash-args', None)