Lines Matching full:you
6 West is "pluggable": you can add your own commands to west without editing its
13 Some commands you can run when using west with Zephyr, like the ones used to
38 globally for whenever you run west, use:
44 If you want to, you can then re-enable them in a particular :term:`west
72 supported versions of Python). You can put it in anywhere in any project
77 Here is a basic skeleton you can use to get started. It contains a subclass of
79 details on the west APIs you can use, see :ref:`west-apis`.
101 You can split this up into multiple paragraphs and they'll get
102 reflowed for you. You can also pass
104 parser_adder.add_parser() below if you want to keep your line
108 # This is a bit of boilerplate, which allows you full control over the
109 # type of argparse handling you want. The "parser_adder" argument is
130 You can ignore the second argument to ``do_run()`` (``unknown_args`` above), as
131 ``WestCommand`` will reject unknown arguments by default. If you want to be
138 You now need to add a :file:`west-commands.yml` file to your project which
175 If you have multiple extensions, or want to split your extensions across
209 Finally, you need to specify the location of the :file:`west-commands.yml` you
225 convention; you can name the file something else if you need to.
238 That's it; you can now run ``west my-command-name``. Your command's name, help,
240 --help`` output. If you share the updated repositories with others, they'll be