Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
8ec0243d
Commit
8ec0243d
authored
May 14, 2015
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #523 from lucaswerkmeister/fix521
Use POSIX-compliant function names in bash completion
parents
19fcf68f
e0bc1067
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
lxc.in
config/bash/lxc.in
+24
-24
No files found.
config/bash/lxc.in
View file @
8ec0243d
...
@@ -11,7 +11,7 @@ have lxc-start && {
...
@@ -11,7 +11,7 @@ have lxc-start && {
COMPREPLY=( $( compgen -W "$(ls @LXCTEMPLATEDIR@/ | sed -e 's|^lxc-||' )" "$cur" ) )
COMPREPLY=( $( compgen -W "$(ls @LXCTEMPLATEDIR@/ | sed -e 's|^lxc-||' )" "$cur" ) )
}
}
_lxc
-generic-
n() {
_lxc
_generic_
n() {
local cur prev
local cur prev
COMPREPLY=()
COMPREPLY=()
...
@@ -27,7 +27,7 @@ have lxc-start && {
...
@@ -27,7 +27,7 @@ have lxc-start && {
return 1
return 1
}
}
_lxc
-generic-
ns() {
_lxc
_generic_
ns() {
local cur prev
local cur prev
COMPREPLY=()
COMPREPLY=()
...
@@ -48,7 +48,7 @@ have lxc-start && {
...
@@ -48,7 +48,7 @@ have lxc-start && {
return 1
return 1
}
}
_lxc
-generic-
t() {
_lxc
_generic_
t() {
local cur prev
local cur prev
COMPREPLY=()
COMPREPLY=()
...
@@ -64,7 +64,7 @@ have lxc-start && {
...
@@ -64,7 +64,7 @@ have lxc-start && {
return 1
return 1
}
}
_lxc
-generic-
o() {
_lxc
_generic_
o() {
local cur prev
local cur prev
COMPREPLY=()
COMPREPLY=()
...
@@ -80,24 +80,24 @@ have lxc-start && {
...
@@ -80,24 +80,24 @@ have lxc-start && {
return 1
return 1
}
}
complete -o default -F _lxc
-generic-
n lxc-attach
complete -o default -F _lxc
_generic_
n lxc-attach
complete -o default -F _lxc
-generic-
n lxc-cgroup
complete -o default -F _lxc
_generic_
n lxc-cgroup
complete -o default -F _lxc
-generic-
n lxc-console
complete -o default -F _lxc
_generic_
n lxc-console
complete -o default -F _lxc
-generic-
n lxc-destroy
complete -o default -F _lxc
_generic_
n lxc-destroy
complete -o default -F _lxc
-generic-
n lxc-device
complete -o default -F _lxc
_generic_
n lxc-device
complete -o default -F _lxc
-generic-
n lxc-execute
complete -o default -F _lxc
_generic_
n lxc-execute
complete -o default -F _lxc
-generic-
n lxc-freeze
complete -o default -F _lxc
_generic_
n lxc-freeze
complete -o default -F _lxc
-generic-
n lxc-info
complete -o default -F _lxc
_generic_
n lxc-info
complete -o default -F _lxc
-generic-
n lxc-monitor
complete -o default -F _lxc
_generic_
n lxc-monitor
complete -o default -F _lxc
-generic-
n lxc-snapshot
complete -o default -F _lxc
_generic_
n lxc-snapshot
complete -o default -F _lxc
-generic-
n lxc-start
complete -o default -F _lxc
_generic_
n lxc-start
complete -o default -F _lxc
-generic-
n lxc-stop
complete -o default -F _lxc
_generic_
n lxc-stop
complete -o default -F _lxc
-generic-
n lxc-unfreeze
complete -o default -F _lxc
_generic_
n lxc-unfreeze
complete -o default -F _lxc
-generic-
ns lxc-wait
complete -o default -F _lxc
_generic_
ns lxc-wait
complete -o default -F _lxc
-generic-
t lxc-create
complete -o default -F _lxc
_generic_
t lxc-create
complete -o default -F _lxc
-generic-
o lxc-clone
complete -o default -F _lxc
_generic_
o lxc-clone
complete -o default -F _lxc
-generic-
o lxc-start-ephemeral
complete -o default -F _lxc
_generic_
o lxc-start-ephemeral
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment