summaryrefslogtreecommitdiff
path: root/src/shared/verbs.c
AgeCommit message (Collapse)Author
2014-12-22verbs: fix typo in error messageDave Reisner
2014-12-19verbs: when invoking the default verb, pass a faked argv array, with just ↵Lennart Poettering
the verb in it That way the dispatcher calls know how they got called.
2014-12-19util: add generalization of verb parsing for command line toolsLennart Poettering
We should move loginctl, timedatectl, machinectl over to use this new API instead of a manual one.