Lines Matching refs:my
95 'my-command-name', # gets stored as self.name
96 'one-line help for what my-command-name does', # self.help
99 A multi-line description of my-command.
124 # $ west my-command-name -o FOO BAR
149 - name: my-command-name
151 help: one-line help for what my-command-name does
161 runs ``west my-command-name``, since:
183 - name: my-command-name
185 help: one-line help for what my-command-name does
196 - :file:`my_west_extension.py` defines extension ``my-command-name``
238 That's it; you can now run ``west my-command-name``. Your command's name, help,