piknotech / gnimag

The bot every gamer is fearing 🤖
5 stars 0 forks source link

Create a CLI #30

Open knothed opened 3 years ago

knothed commented 3 years ago

Currently, gnimag is executed by adapting the code in the main.swift file (i.e. selecting your game and changing input/output/debug options) and then running gnimag from Xcode.

We ultimately want a CLI to allow running gnimag from the command line. This could look like this:

gnimag run mrflap
gnimag run mrflap -in scrcpy -out simple-arduino
gnimag run mrflap -debug ~/Debug
gnimag help
etc.