forked from AkkomaGang/akkoma
Mix format
This commit is contained in:
parent
c092fc9fd6
commit
07ccfafd92
1 changed files with 4 additions and 2 deletions
|
@ -3452,13 +3452,15 @@
|
||||||
%{
|
%{
|
||||||
key: :command_argos_translate,
|
key: :command_argos_translate,
|
||||||
type: :string,
|
type: :string,
|
||||||
description: "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.",
|
description:
|
||||||
|
"command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.",
|
||||||
suggestion: ["argos-translate"]
|
suggestion: ["argos-translate"]
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
key: :command_argospm,
|
key: :command_argospm,
|
||||||
type: :string,
|
type: :string,
|
||||||
description: "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.",
|
description:
|
||||||
|
"command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.",
|
||||||
suggestion: ["argospm"]
|
suggestion: ["argospm"]
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
|
|
Loading…
Reference in a new issue