mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Enable to enter quoted hints as config value
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
29a00fbcd9
commit
d056719a36
1 changed files with 2 additions and 3 deletions
|
@ -24,11 +24,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <FS.h>
|
||||
#include <JSON.h>
|
||||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <timew.h>
|
||||
#include <commands.h>
|
||||
#include <iostream>
|
||||
|
||||
|
@ -86,6 +83,8 @@ int CmdConfig (
|
|||
value += words[i];
|
||||
}
|
||||
|
||||
value = Lexer::dequote (value);
|
||||
|
||||
change = Rules::setConfigVariable (journal, rules, name, value, confirmation);
|
||||
|
||||
if (!change)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue