File: httpie_cli.py

package info (click to toggle)
httpie 3.2.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,904 kB
  • sloc: python: 13,760; xml: 162; makefile: 141; ruby: 79; sh: 32
file content (5 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from httpie.manager.__main__ import main

if __name__ == '__main__':
    import sys
    sys.exit(main())