Skip to content

How to use text parameter? #204

Answered by yaqwsx
gwideman asked this question in Q&A
Discussion options

You must be logged in to vote

You miss --text 'simple; text: ...

As described in the introduction to the CLI - each group always has a parameter type which dictates the style. This allows us to further extend the functionality of KiKit without having too many CLI options. The default style for text is none, therefore, no text is shown.

If you are wondering why KiKit does not complain about excessive parameters the reason is simple - excessive parameters checks do not play nicely with the composition of presets. The idea is to have several presets you use often and to only override the parameters you are interested in. In the context of your question; imagine you have a preset that always puts the name of your company …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yaqwsx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants