]> git.tuebingen.mpg.de Git - gsu.git/commit
Allow hyphens in command names.
authorAndre Noll <maan@systemlinux.org>
Tue, 2 Aug 2011 13:12:48 +0000 (15:12 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Aug 2014 19:39:58 +0000 (21:39 +0200)
commit279c1ab1336b67b144d39f1d0bbd256cd4510b20
tree1dd1f8a32da28877fdf2e8b07cbb8a255097c273
parentc54761ffae2f3fd24db97a447a6db5d90959a1d6
Allow hyphens in command names.

There is no reason to forbid subcommands with hyphens, and sometimes
it is just natural have such a command. For instance if the subcommand
wraps an existing command with a hyphen like "apt-get".

So change the regular expression for subcommands accordingly.
funcs/gsu