zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_bundle.h File Reference

Startup bundle builder interface. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZPMOD_BUNDLE_H
 

Functions

int zp_bundle_build_core (char *nam, const char *from_dir, const char *out_path, long max_kb)
 

Detailed Description

Startup bundle builder interface.

Phase 2 scaffold: zpmod bundle-build --from <dir> --out <bundle.zsh> [--max <KB>] will concat *.zsh / *.plugin.zsh scripts deterministically (sorted lexical) up to an optional size cap, writing a single bundle suitable for zcompile.

Definition in file zpmod_bundle.h.

Macro Definition Documentation

◆ ZPMOD_BUNDLE_H

#define ZPMOD_BUNDLE_H

Definition at line 4 of file zpmod_bundle.h.

Function Documentation

◆ zp_bundle_build_core()

int zp_bundle_build_core ( char *  nam,
const char *  from_dir,
const char *  out_path,
long  max_kb 
)

Referenced by bin_zpmod().

Here is the caller graph for this function: