alsa-project/alsa-utils pull request #7 was opened from takaswie:
This patchset adds help texts for command entry, list and transfer subcommands. In this time, contents for each backend of transfer subcommand is not added yet.
Unfortunately, execution of aliases (arecord/aplay) can print help text for command text only. This bug will be fixed in future commits.
Additionally, due to program design, execution of the aliases cannot print help text of list subcommand. This is unavoidable loss of backward compatibility.
``` Takashi Sakamoto (4): axfer: print help text of command entry axfer: print help text of list subcommand axfer: print help text of transfer subcommand just for common options axfer: enable each backend to print own help
axfer/main.c | 12 +++++++++++- axfer/subcmd-list.c | 9 ++++++++- axfer/xfer-libasound.c | 6 ++++++ axfer/xfer-libffado.c | 6 ++++++ axfer/xfer-options.c | 35 +++++++++++++++++++++++++++++++++++ axfer/xfer.c | 5 +++++ axfer/xfer.h | 2 ++ 7 files changed, 73 insertions(+), 2 deletions(-) ```
Request URL : https://github.com/alsa-project/alsa-utils/pull/7 Patch URL : https://github.com/alsa-project/alsa-utils/pull/7.patch Repository URL: https://github.com/alsa-project/alsa-utils