mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 03:26:07 +08:00
added aliases
This commit is contained in:
parent
5cbc7c6646
commit
d3e0ff654d
1 changed files with 2 additions and 0 deletions
|
@ -3281,6 +3281,7 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
id: "importSettingsJSON",
|
||||
display: "Import settings JSON",
|
||||
icon: "fa-cog",
|
||||
alias: "import config",
|
||||
input: true,
|
||||
exec: (input): void => {
|
||||
if (!input) return;
|
||||
|
@ -3301,6 +3302,7 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
id: "exportSettingsJSON",
|
||||
display: "Export settings JSON",
|
||||
icon: "fa-cog",
|
||||
alias: "export config",
|
||||
input: true,
|
||||
defaultValue: "",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue