Closed ryansurf closed 4 months ago
help.txt needs to be updated! It was last changed 2 months ago, and quite a bit has changed/been added since then
For instance, there is an example in help.txt which is: curl localhost:8000?args=loc=new_york. The args= is not needed anymore and should be ommited.
help.txt
curl localhost:8000?args=loc=new_york
args=
There are also new arguments, like json / j and gpt / g (these are listed in the README).
json / j
gpt / g
There is also some weird spacing in the file which should be fixed (see lines 21-25, for example)
Perhaps some additional examples would be helpful too.
36c91ce4391b8439886d9a15b85956e3b0590ae5
help.txt needs to be updated! It was last changed 2 months ago, and quite a bit has changed/been added since then
For instance, there is an example in
help.txt
which is:curl localhost:8000?args=loc=new_york
. Theargs=
is not needed anymore and should be ommited.There are also new arguments, like
json / j
andgpt / g
(these are listed in the README).There is also some weird spacing in the file which should be fixed (see lines 21-25, for example)
Perhaps some additional examples would be helpful too.