Add commands "about" and "help" to list of default commands

This commit is contained in:
Ingo Renner 2013-10-03 12:16:51 -07:00
commit c24799a8ad

View file

@ -30,7 +30,7 @@ _composer () {
;; ;;
esac esac
else else
compadd create-project init search selfupdate show about compadd create-project help init search selfupdate show
fi fi
} }