iccmr-quantum / OSC-Qasm

A simple OSC Python interface for executing Qasm code.
MIT License
11 stars 1 forks source link

`--help` description for `--headless` is wrong #38

Closed Itaborala closed 2 years ago

Itaborala commented 2 years ago

When running osc_qasm.exe --help , it shows and describes all of the arguments. However, the description for the --headless flag is incorrect: it has two additional sentences that were actually copied from the previous flag, --remote.

To solve:

omarcostahamido commented 2 years ago

fixed in 9b32edae6f8dc765a52c0a05728e8db7c35461ef but now still requires compiling everything again.