Impedimenta / Suitcase

A flexible command line tool for instantly deploying user interfaces for simple commands and scripts.
https://impedimenta.github.io
1.32k stars 22 forks source link

Interpreter Mode - Suggestions and Features #20

Open rjstelling opened 4 years ago

rjstelling commented 4 years ago

Here is the link to the Tweet: https://twitter.com/SuitcaseCLI/status/1263772616298500096

I've added an experimental "interpreter mode" to Suitcase. Allowing you to write commented command line arguments and run it like any other script.

Suitcase experimental interpreter mode

This format will probably replace the custom "command" format used when installing a Suitcase command.

I'd love to hear any suggestions for features to add to the interpreter.

rjstelling commented 4 years ago

Some kind of "debug" mode that outputs the order of operations, similar to bash -x