strip-cocoa ( -- )


Vocabulary
tools.deploy.shaker

Inputs
None

Outputs
None

Definition


: strip-cocoa ( -- )
"cocoa" lookup-vocab [
"Stripping unused Cocoa methods" show
"vocab:tools/deploy/shaker/strip-cocoa.factor" run-file
] when ;