Merge pull request #2000 from t-chaik/tchaik/wip/get-unquoted
config data: add .get_unquoted() convenience method to get quoted string unquotedpull/2624/head
commit
49eb33ff55
5 changed files with 37 additions and 0 deletions
@ -0,0 +1,4 @@ |
||||
# `get_unquoted()` mehod for the `configuration` data object |
||||
|
||||
New convenience method that allow reusing a variable value |
||||
defined quoted. Useful in C for config.h strings for example. |
Loading…
Reference in new issue