Gregofi / camel

Custom dynamic programming language
MIT License
6 stars 1 forks source link

CLI is not very user friendly #51

Open Gregofi opened 1 year ago

Gregofi commented 1 year ago

At the Cacom part, input file must be passed like this cacom compile --input=file=foo.cml. The switch shouldn't be needed. Also, it would be cool if compile was the default command, so cacom foo.cml would be equivalent to the previous example.