Alex Shinn
0b9332ba77
suggesting closest misspelled options (issue #588 )
2020-07-24 14:25:15 +09:00
Alex Shinn
588d63d901
don't escape html in sxml-display-as-text, add newline after li (issue #592 )
2019-12-26 22:49:18 +08:00
Ekaitz Zárraga
cb63e9130c
Missing ) in code example
2019-10-19 13:01:10 +02:00
Alex Shinn
b782ee575b
removing duplicate revomal of program-name in (chibi app)
2018-12-28 23:48:13 +08:00
Alex Shinn
06c27d81ce
command-line shouldn't include interpreter name (fixes issue #484 )
2018-12-10 23:44:39 +08:00
Alex Shinn
a3f5b10d62
Allowing option parsing to fallback to top-level options from within subcommands.
2015-06-05 22:46:45 +09:00
Alex Shinn
8814f5951c
Fixing (chibi app) option abbrevs.
2015-05-08 00:23:43 +09:00
Alex Shinn
93730efceb
Adding (chibi app) docs.
2015-04-30 17:21:36 +09:00
Alex Shinn
79652b8fd5
Adding sexp options support.
2015-04-21 12:23:01 +09:00
Alex Shinn
59a4e56df5
Fixing error messages for unknown options.
2015-04-03 14:11:33 +09:00
Alex Shinn
1f08bd90c1
Support integer/real options with better error handling.
2015-02-13 19:03:54 +09:00
Alex Shinn
93002110f4
run-application prints help when a command is expected and none given
2014-07-08 22:52:14 +09:00
Alex Shinn
d203016551
run-application takes an optional initial config argument
2014-06-29 22:10:19 +09:00
Alex Shinn
52be1ce950
Parsing non-string values from options.
2014-05-14 23:52:29 +09:00
Alex Shinn
95bc62b45e
Fixing app help with begin: end: fields.
2014-05-02 09:49:19 +09:00
Alex Shinn
8b5eb68238
File descriptors maintain a reference count of ports open on them
...
They can be close()d explicitly with close-file-descriptor, and
will close() on gc, but only explicitly closing the last port on
them will close the fileno. Notably needed for network sockets
where we open separate input and output ports on the same socket.
2014-02-20 22:32:50 +09:00