added all quote length to command line

This commit is contained in:
Jack 2020-10-16 19:32:22 +01:00
parent ef3ce1edd0
commit 2c40487a47

View file

@ -1042,6 +1042,14 @@ let commandsWordCount = {
let commandsQuoteLengthConfig = {
title: "Change quote length...",
list: [
{
id: "changeQuoteLengthAll",
display: "all",
exec: () => {
changeQuoteLength(-1);
restartTest();
},
},
{
id: "changeQuoteLengthShort",
display: "short",