huak icon indicating copy to clipboard operation
huak copied to clipboard

huak run fails to run python -c commands

Open cnpryer opened this issue 2 years ago • 1 comments

❯ huak run python -c "import sys; print(sys.executable)"
  File "<string>", line 1
    import
          ^
SyntaxError: invalid syntax
zsh:1: unknown file attribute: y

The implementation is pretty raw, so this is actually expected. Tag #128

cnpryer avatar Feb 10 '23 04:02 cnpryer

Tagging this as a semi-good first issue. Hesitant because a good #486 implementation could probably resolve this, but I’m open to a less involved first pass.

cnpryer avatar Apr 11 '23 01:04 cnpryer