seiyugi / debuguy

An unintrusive JavaScript debugging/profiling/log generating tool
Mozilla Public License 2.0
7 stars 9 forks source link

Options position should be free #87

Open snowmantw opened 9 years ago

snowmantw commented 9 years ago

Now it can only:

node ./cli.js autolog ./source ./target --x-espect -r

These would be wrong:

node ./cli.js autolog --x-espect -r ./source ./target
node ./cli.js autolog  --x-espect ./source ./target -r

It should be as free as possible, at least as free as most of Unix commands.