diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 17:54:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 17:54:41 -0200 |
commit | b8968859726dcbd504c82ab5d749f4d63f2d9993 (patch) | |
tree | ed8b4dba1db5396ab7e9fe09a9923bcfb0fc0012 | |
parent | 4882bc0e6d31e804e4456656c629806eb59eca0a (diff) | |
download | kvmx-b8968859726dcbd504c82ab5d749f4d63f2d9993.tar.gz kvmx-b8968859726dcbd504c82ab5d749f4d63f2d9993.tar.bz2 |
Updates TODO
-rw-r--r-- | TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ # TODO +* Better command-line argument handling for either `kvmx <action> <name> [args]` or `kvmx <action> [args]`. * Fix isolinux support: * http://www.syslinux.org/wiki/index.php?title=Development/Testing * http://linux-kernel-driver.blogspot.com.br/2009/06/linux-kernel-development-using.html @@ -17,3 +18,4 @@ * Makefile and debian package. * Fit into `kvm-manager` use case. * Patch for spice-client-gtk for menuless windows (spicec usecase). +* Accept args into monitor action. |