mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +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 = {
|
exports.info = {
|
||||||
name: "dump",
|
name: "dump",
|
||||||
synchronous: true,
|
synchronous: true
|
||||||
params: {}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var Command = function(params,commander) {
|
var Command = function(params,commander) {
|
||||||
|
@ -13,8 +13,7 @@ Verbose command
|
|||||||
|
|
||||||
exports.info = {
|
exports.info = {
|
||||||
name: "verbose",
|
name: "verbose",
|
||||||
synchronous: true,
|
synchronous: true
|
||||||
params: {}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var Command = function(params,commander) {
|
var Command = function(params,commander) {
|
||||||
|
@ -13,8 +13,7 @@ Version command
|
|||||||
|
|
||||||
exports.info = {
|
exports.info = {
|
||||||
name: "version",
|
name: "version",
|
||||||
synchronous: true,
|
synchronous: true
|
||||||
params: {}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var Command = function(params,commander) {
|
var Command = function(params,commander) {
|
||||||
|
Loading…
Reference in New Issue
Block a user