Tharga / Console

Tharga Toolkit Console is used to simplify construction of advanced console applications.
MIT License
23 stars 6 forks source link

execute command specified in command line arguments #12

Closed ahamid closed 5 years ago

ahamid commented 5 years ago

Commands specified as command line arguments do not actually appear to be run. When parsing the command, cancellation is set and then checked prior to execution. Simply commenting the inner condition check seems to allow the command-line command to execute, while preserving behavior of exit. I don't know if there are other scenarios in which a command must cause exit before actually running.