1.0.0 • Published 7 years ago

@maxfield/node-comet2 v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

node-comet2

Build Status Coverage Status

node-comet2はCOMET2のCLIツールです。

Install

  1. Node.jsをインストール
  2. $ npm install -g @maxfield/node-comet2
  3. 以上

Usage

# ヘルプを表示します
$ node-comet2 --help

# プログラムを実行します。
$ node-comet2 -r source.com

# 対話モードでプログラムを実行します
$ node-comet2 -i source.com

# オプション付きでプログラムを実行します
$ node-casl2 -r --useGR8AsSP source.com

Interactive Mode

コマンド説明
s命令を1つ実行します(ステップ実行)。
qプログラムの実行を終了します。
r対話モードを終了してプログラムを実行します。
h対話モードのヘルプを表示します。

COMET2 Options

オプション説明
--useGR8AsSPGR8をスタックポインタとして使用します。
--allowSelfModifying自己書き換えを許可します。

Author

Maxfield Walker

License

MIT