mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
added extract tool
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
_hecl ()
|
||||
{
|
||||
local word=${COMP_WORDS[COMP_CWORD]}
|
||||
local filecmds=(init spec add remove group cook clean package)
|
||||
local filecmds=(init spec extract add remove group cook clean package)
|
||||
|
||||
if [ $COMP_CWORD == 1 ]
|
||||
then
|
||||
@@ -12,7 +12,7 @@ _hecl ()
|
||||
elif [ $COMP_CWORD == 2 ]
|
||||
then
|
||||
case ${COMP_WORDS[1]} in
|
||||
init|add|remove|group|cook|clean|package)
|
||||
init|extract|add|remove|group|cook|clean|package)
|
||||
COMPREPLY=($(compgen -f -- "${word}"))
|
||||
;;
|
||||
spec)
|
||||
|
||||
Reference in New Issue
Block a user