Skip to main content

teraslice-cli / helpers/config

helpers/config

Index

Classes

ClassDescription
defaultThis is the top level config object, it manages the config directory and sub command configurations can be added on to this as properties. Config objects should only be used to make derived properties but should avoid copying command line arguments or options, those should be accessed via the .args object (which should not be modified)