virsh: Add coredump format completion to dump command

Signed-off-by: Lin Ma <lma@suse.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Lin Ma
2021-06-07 11:14:18 +08:00
committed by Michal Privoznik
parent 84cc4543be
commit 564512e916
3 changed files with 26 additions and 0 deletions

View File

@@ -122,3 +122,8 @@ char ** virshKeycodeNameCompleter(vshControl *ctl,
char ** virshDomainFSMountpointsCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
char **
virshDomainCoreDumpFormatCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);