]> git.tuebingen.mpg.de Git - paraslash.git/commit
Introduce lsu.{c,h}, implement help --long for para_server.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Mar 2018 21:37:39 +0000 (22:37 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 22 Apr 2018 18:30:37 +0000 (20:30 +0200)
commite072e2a4feb9879f66bc4847a5007cec07b5f5f7
treea09caf0ad7a934ed696b33a606b156cf82b61f95
parent2789c05ca43f0f89d76e1c86677335448fcce6d0
Introduce lsu.{c,h}, implement help --long for para_server.

This adds the --long option to the server help subcommand. The former
help output becomes the long help while the short help text is shown
if --long is not given.

Although only the help command of para_server is converted in this
patch, the new functionality is implemented in a generic way so
that the help commands of para_audiod and para_play can use the same
implementation. Those will be converted in subsequent patches.

t0004 parses the help output and thus needs to be changed to include
--long.
client.c
command.c
configure.ac
lsu.c [new file with mode: 0644]
lsu.h [new file with mode: 0644]
m4/lls/include/long-help.m4 [new file with mode: 0644]
m4/lls/server_cmd.suite.m4
t/t0004-server.sh