This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#compdef cordova | |
#autoload | |
typeset -A opt_args | |
local context state line | |
_cordova() { | |
local context state line curcontext="$curcontext" | |
if (( CURRENT > 2 )); then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.checkMFClasses | |
.doTracePrint | |
.EmptyPrimitiveSkeletons | |
.getXlevels | |
.Last.lib | |
.MFclass | |
.ShortPrimitiveSkeletons | |
.slotNames | |
.TraceWithMethods | |
.untracedFunction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#compdef bm-e-z | |
# ------------------------------------------------------------------------------ | |
# Copyright (c) 2014 Kazuyuki Shimizu | |
# Licensed under the MIT License (MIT) | |
# ------------------------------------------------------------------------------ | |
#autoload | |
typeset -A opt_args | |
local context state line |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% > cargo build | |
Compiling orbclient v0.3.17 | |
error[E0554]: #![feature] may not be used on the stable release channel | |
--> /Users/xxx/.cargo/registry/src/github.com-1ecc6299db9ec823/orbclient-0.3.17/src/lib.rs:3:1 | |
| | |
3 | #![feature(alloc)] | |
| ^^^^^^^^^^^^^^^^^^ | |
error[E0554]: #![feature] may not be used on the stable release channel | |
--> /Users/xxx/.cargo/registry/src/github.com-1ecc6299db9ec823/orbclient-0.3.17/src/lib.rs:4:1 |