top | item 45513617

(no title)

Flimm | 4 months ago

Does the library handle arguments that begin with a dash?

Does this code print out the contents of the file named `--help`, or does it print the documentation for the `cat` command?

  filename = "--help"
  await sh(t"cat {filename}")

discuss

order

No comments yet.