Published: SWIG を使った Lua バインディングの作り方。(前編) : torus solutions!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
python cli.py || echo "err" | |
python cli.py -x 10 -y 3 || echo "err" | |
python cli.py -y 0 || echo "err" # error | |
python cli.py -y 0 --debug || echo "err" # error(verbose) |
textlintの直し方
textlintの直し方をざっくりとまとめたものです。
- Contributing Guideに一通り書いてます
相談したいことがある場合はGitterに日本語のchatがあるのでそちらを使ってみてください。 (これどうやって直せばいいのとか?)