cli: add login action

This commit is contained in:
Christophe Siraut 2018-03-07 16:22:43 +01:00
parent fd15c3adda
commit f44ab957fd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from dspawn.container import logger
machinectl_actions = ['list', 'list-images', 'start', 'stop', 'show',
'shell', 'remove', 'login', 'enable', 'disable',
'kill', 'reboot', 'terminate']
'kill', 'reboot', 'terminate', 'login']
def main():