jakeheis/Ice

Run can't pass along options

yonaskolb opened this issue · 1 comments

Any options passed through ice run aren't recognised by ice

ice run tool --version
...
Unrecognized option: --version

This is in comparison to swift run which does handle this correctly

swift run tool --version
0.1.0

This is related to SwiftCLI jakeheis/SwiftCLI#44

0.5.5