]> git.tuebingen.mpg.de Git - gsu.git/commit
subcommand: Simplify gsu().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 5 Mar 2017 21:13:53 +0000 (22:13 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 15 Apr 2017 15:45:21 +0000 (17:45 +0200)
commitd0aaa237127d4466766d1aa92e62f4466c2e908d
tree9509316bb894feee7d5aeb4ee11b6fd10ee46dc4
parentde1b465459cce24580fc979a9448fb0f71245c11
subcommand: Simplify gsu().

There is no need to special-case the four autocommands in the main
entry function gsu(). Dropping the undercore in the name of the
four command handlers allows to treat them in the same way as the
subcommands which are provided by the application.
subcommand