update license for respond_with

This commit is contained in:
Caleb Webber 2024-07-09 10:53:40 -04:00
parent 0c290692f8
commit 3435e2227c

View file

@ -3,12 +3,30 @@ import { parseArgs } from "util";
/***
* Usage:
* respond_with.js -p {{ PORT }} STATUS_CODE
* respond_with.js -p PORT STATUS_CODE
*
* Defaults:
* PORT - 8080
* STATUS_CODE - 200
*
*
* License:
*
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
***/
const args = parseArgs({
args: Bun.argv,
options: {