apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Add cache directory option to CLI #274

Closed pwrightcertinia closed 3 months ago

pwrightcertinia commented 4 months ago

Allows setting a cache directory override (--cache-dir/-c) for the APEXLINK_CACHE_DIR env for the main CLI classes. This is to make programmatic use of the commands a bit easier. Slight fix at the same time to avoid empty path strings overriding the env by default.

pwrightcertinia commented 3 months ago

Tested this manually, appears to be fine