modm-io / lbuild

lbuild: a generic, modular code generator in Python 3

Home Page:https://pypi.org/project/lbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repo configuration alias not discoverable

salkinium opened this issue · comments

The lbuild discover commands should expose the configuration aliases, perhaps with a description, so that they can be discovered by the user.

def init(repo):
    # ...
    repo.add_configuration(alias="config",
                           path="internal/path/to/config.xml",
                           description="string")