mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
h
This commit is contained in:
parent
726861294b
commit
aec828beb5
14 changed files with 421 additions and 25 deletions
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
name: "dev",
|
||||
metadata: {
|
||||
description: 'Evaluate code.',
|
||||
examples: ['eval console.log(\'ping\'); -async false'],
|
||||
examples: ['dev console.log(\'ping\'); -async false'],
|
||||
category: 'dev',
|
||||
usage: 'eval <code> [-async <true|false>] [-noreply <true|false>] [-jsonspacing <integer>]'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue