]> git.proxmox.com Git - pve-client.git/commit
rename start.pm to GuestStatus.pm, implement stop command
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 13 Jun 2018 07:24:37 +0000 (09:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 13 Jun 2018 07:24:37 +0000 (09:24 +0200)
commit89335fb1777461e08e9af18c6c4c8a7e162588c5
tree8c39cc297953cebaa8c7caeb117b23ea96cbc652
parent654a262843b28140f4b3dc6e10e6b6447f95e27f
rename start.pm to GuestStatus.pm, implement stop command

Please note that we group similar commands inside a single command class.
Our CLIHandler then nicely groups this commands inside help.
Makefile
PVE/APIClient/Commands/GuestStatus.pm [new file with mode: 0644]
PVE/APIClient/Commands/start.pm [deleted file]
pveclient