icpc-jag / rime

Rime: Automation Tool for Programming Contest Organizers
MIT License
45 stars 28 forks source link

Make help command run outside of project dir #38 #63

Closed blue-jam closed 5 years ago

blue-jam commented 5 years ago

rimeのプロジェクトディレクトリ外でrime helpを実行すると失敗する問題を修正しました。

not522 commented 5 years ago

テストも追加してもらえると嬉しいです

blue-jam commented 5 years ago

テスト追加しました

blue-jam commented 5 years ago

CIで結合テストを実行するようにしました。rime help test にしているのはパラメータが複雑な方が壊れやすいだろうという考えからです。

not522 commented 5 years ago

LGTM!