mycodeplug / dzcb

DMR Zone Channel Builder. See https://github.com/mycodeplug/example-codeplug to customize.
MIT License
12 stars 11 forks source link

Expose generated name configuration #49

Closed masenf closed 3 years ago

masenf commented 3 years ago

Allow the user to override the default naming schemes.

This is a big one before a wider release, because everyone wants to name their channels in a different way.

To begin, expose command line arguments that accept a python format string that will be formatted with the object as a dict.

I don't think anything fancy is necessary because the name could be further refined with a regex after #47 is available.