diff options
author | anekos | 2010-03-31 11:29:46 +0000 |
---|---|---|
committer | anekos | 2010-03-31 11:29:46 +0000 |
commit | c17e4add9717c3e50a586582754d63494e0a5a7c (patch) | |
tree | a4f167874493c3d190c3523b85861c14faf60135 /reporter.js | |
parent | 9877d948b5d7a41364561bca78cea89a5ad5a5d0 (diff) | |
download | vimperator-plugins-c17e4add9717c3e50a586582754d63494e0a5a7c.tar.bz2 |
mkplugins mkaddons コマンド削除
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37128 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'reporter.js')
-rwxr-xr-x | reporter.js | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/reporter.js b/reporter.js index 5ddae9a..30927ad 100755 --- a/reporter.js +++ b/reporter.js @@ -38,7 +38,7 @@ let PLUGIN_INFO = <name>mkreport</name> <description>Write current information to the specified file</description> <description lang="ja">現在の情報を指定のファイルに書き出す。</description> - <version>1.0.0</version> + <version>1.1.0</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -255,20 +255,6 @@ let PLUGIN_INFO = }); defineCommand({ - names: ['mkplugins'], - desc: 'Write current plugin list to the specified file', - options: [LIMIT_OPTION], - action: Writer.plugins - }); - - defineCommand({ - names: ['mkaddons'], - desc: 'Write current ' + config.hostApplication + ' Addon list to the specified file', - options: [LIMIT_OPTION], - action: Writer.addons - }); - - defineCommand({ names: ['mkreport'], desc: 'Write the report for your question.', options: [ |