This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
64
Wiki
Activity
Browse Source
Don't use filenames as default arg completion
tags/nilmdb-1.4.2
Jim Paris
10 years ago
parent
7429c1788d
commit
d6b5befe76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/nilmtool-bash-completion.sh
+ 1
- 1
extras/nilmtool-bash-completion.sh
View File
@@ -17,4 +17,4 @@ _nilmtool_argcomplete() {
unset COMPREPLY
fi
}
complete -o nospace -
o default -
F _nilmtool_argcomplete nilmtool
complete -o nospace -F _nilmtool_argcomplete nilmtool
Write
Preview
Loading…
Cancel
Save