httpie-cli/.github/ISSUE_TEMPLATE/bug_report.md
a1346054 e7d8b9cece
Spelling and bash completion fixes (#1137)
* Remove hashbang from bash completion

Completion files are not supposed to have a hashbang.
They are sourced, not executed.

* Fix spelling

* Trim excess whitespace
2021-09-03 15:05:03 +02:00

630 B

name about title labels assignees
Bug report Report a possible bug in HTTPie new, bug

Checklist

  • I've searched for similar issues.
  • I'm using the latest version of HTTPie.

What are the steps to reproduce the problem?

What is the expected result?

What happens instead?

Debug output

Please re-run the command with --debug, then copy the entire command & output and paste both below:

$ http --debug <COMPLETE ARGUMENT LIST THAT TRIGGERS THE ERROR>
<COMPLETE OUTPUT>

Provide any additional information, screenshots, or code examples below: