mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-26 00:25:43 +08:00
added some aliases to the command line. closes #1123
This commit is contained in:
parent
c3092a11b2
commit
4a206eb11d
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,7 @@ let commands = {
|
|||
{
|
||||
id: "changeMinWpm",
|
||||
display: "Change min wpm mode...",
|
||||
alias: "minimum",
|
||||
subgroup: true,
|
||||
exec: () => {
|
||||
currentCommands.push(commandsMinWpm);
|
||||
|
@ -216,6 +217,7 @@ let commands = {
|
|||
{
|
||||
id: "changeMinAcc",
|
||||
display: "Change min accuracy mode...",
|
||||
alias: "minimum",
|
||||
subgroup: true,
|
||||
exec: () => {
|
||||
currentCommands.push(commandsMinAcc);
|
||||
|
@ -621,6 +623,7 @@ let commands = {
|
|||
{
|
||||
id: "saveScreenshot",
|
||||
display: "Save screenshot",
|
||||
alias: "ss picture",
|
||||
exec: () => {
|
||||
setTimeout(() => {
|
||||
TestUI.screenshot();
|
||||
|
|
Loading…
Add table
Reference in a new issue