[ 
https://issues.apache.org/jira/browse/MYNEWT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Collins closed MYNEWT-125.
--------------------------------------
    Resolution: Fixed

The user can get a list of valid settings with the following invocation:

{noformat}
newt target set <target-name> <var-name>
{noformat}

That is, a standard "target set" command, but without the "=<value>" suffix.

Example:
{noformat}
[ccollins@ccollins-mac:~/repos/larva/master/larva]$ newt target set bletest arch
Valid values for target variable "arch":
    cortex_m0
    cortex_m4
    sim
{noformat}

The following target variables are supported:
* arch
* bsp
* compiler
* project

Later we can add bash / zsh tab-completion support.

> newt should show available options for different tags like arch
> ---------------------------------------------------------------
>
>                 Key: MYNEWT-125
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-125
>             Project: Mynewt
>          Issue Type: New Feature
>          Components: Newt
>            Reporter: Paul Dietrich
>            Assignee: Christopher Collins
>             Fix For: v0_8_0_beta2
>
>
> It would be nice it I could do something like
> newt target set arch=?
> and see a list of what is possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to