aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xalias.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias.js b/alias.js
index fc1598a..e0e9cca 100755
--- a/alias.js
+++ b/alias.js
@@ -124,6 +124,7 @@ let INFO =
return liberator.echoerr('Not found command with: ' + oldName);
cmd.specs.push(newName);
+ // XXX 必要でない気もする。実際コマンドの検索には要らない。
Command.prototype.init.call(cmd, cmd.specs, cmd.description, cmd.action);
},
{