huak
huak copied to clipboard
huak run fails to run python -c commands
❯ 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
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.