The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5157
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === There's probably some work to do under `case ${no_dashargs[1]}` but I'm not sure what's required. Signed-off-by: Eric Wolf 19w...@gmail.com
From 9fb92663b3e229966054b39815e3bf1f0c2897a4 Mon Sep 17 00:00:00 2001 From: Eric Wolf <19w...@gmail.com> Date: Fri, 12 Oct 2018 19:43:26 -0400 Subject: [PATCH] Add 'project' to lxc_cmds There's probably some work to do under `case ${no_dashargs[1]}` but I'm not sure what's required. Signed-off-by: Eric Wolf 19w...@gmail.com --- scripts/bash/lxd-client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bash/lxd-client b/scripts/bash/lxd-client index 1d8b95da88..2502a2fdaf 100644 --- a/scripts/bash/lxd-client +++ b/scripts/bash/lxd-client @@ -32,7 +32,7 @@ _have lxc && { { COMPREPLY=( $( compgen -W "$( lxc profile list | tail -n +4 | awk '{print $2}' | egrep -v '^(\||^$)' )" "$cur" ) ) } - + _lxd_networks() { COMPREPLY=( $( compgen -W \ @@ -61,7 +61,7 @@ _have lxc && { fi lxc_cmds="config copy delete exec file finger help image info init launch \ - list manpage monitor move network profile publish query remote rename \ + list manpage monitor move network profile project publish query remote rename \ restart restore shell snapshot start stop storage version" global_keys="backups.compression_algorithm,
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel