Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 220 Bytes

NOTES.md

File metadata and controls

12 lines (9 loc) · 220 Bytes

Arguments

When you pass arguments with $ sign you need to enclose with ' eg:

# For NODEJS:
nexss $# --x='${process.env.NEXSS_CACHE_PATH}'

# SPECIFIC NEXSS
# ???? :env
nexss $# --x='${e:NEXSS_CACHE_PATH}'