]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/completion into next
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 May 2025 17:26:10 +0000 (19:26 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 May 2025 17:26:10 +0000 (19:26 +0200)
commit6883ede68d429102fbd535c16ce1ec0b06087144
tree6fe6a38a80c61fb293c3060858013f0fbd87f1d6
parent4a25b22c0a09ffd8d53d949e7de9bddecda6483b
parentea69a51bdb003dc948d8ce3a054fd418a42cfc44
Merge topic branch t/completion into next

The completers for para_client and para_audioc handle some cases
incorrectly or not at all. This series improves on that.

Started on 2025-04-07.

* refs/heads/t/completion:
  Revamp bash_completion.
  bash completion: Fix help option parsing.
  audioc: Fix option completion of version and stat.
  i9e: Introduce i9e_get_nonopt_argnum().
  i9e: Introduce i9e_cword_is_option_arg().
  i9e: Constify i9e_complete_option().
audioc.c
client.c
play.c