mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 07:26:54 +00:00
Removed parameters from command info block
This commit is contained in:
parent
96fd935f34
commit
52a6b1036c
@ -13,8 +13,7 @@ Dump command
|
||||
|
||||
exports.info = {
|
||||
name: "dump",
|
||||
synchronous: true,
|
||||
params: {}
|
||||
synchronous: true
|
||||
}
|
||||
|
||||
var Command = function(params,commander) {
|
||||
|
@ -13,8 +13,7 @@ Verbose command
|
||||
|
||||
exports.info = {
|
||||
name: "verbose",
|
||||
synchronous: true,
|
||||
params: {}
|
||||
synchronous: true
|
||||
}
|
||||
|
||||
var Command = function(params,commander) {
|
||||
|
@ -13,8 +13,7 @@ Version command
|
||||
|
||||
exports.info = {
|
||||
name: "version",
|
||||
synchronous: true,
|
||||
params: {}
|
||||
synchronous: true
|
||||
}
|
||||
|
||||
var Command = function(params,commander) {
|
||||
|
Loading…
Reference in New Issue
Block a user