mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
added all quote length to command line
This commit is contained in:
parent
ef3ce1edd0
commit
2c40487a47
1 changed files with 8 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue