# Packages
No description provided by the author
# Functions
FilterConfigurations accepts a list of `os.FileInfo` and returns a list of `os.FileInfo`s whose file names comply to the configuration file name pattern as defined by RegexpFileName.
GetFiles returns a list of absolute file paths corresponding to configuration files found in 1.
NewFromFile is a convenience function that reads the configuration in from a file at the provided :filePath.
PromptSelectLoadedConfiguration does a cli prompt to ask the user to select a loaded configuration for changes to be made.
# Constants
RegexpFileName defines a regular expression pattern which is used to decide whether a file is a `dev` configuration file based on the file name.
# Structs
No description provided by the author
Dev specifies the configurations available for the CLI tool itself.
GetFilesOptions enables parameterisation of the GetFiles function by differentiating between the contextual configuration and the global configuration.
Platforms specifies the configurations available.
# Type aliases
Links represents a list of links which the uesr should be able to access.
Networks represents a list of networks that the user's machine should be able to connect to.
Repositories represents a list of repositories a user should have access to on their machines.
Softwares represents a list of software the user should have on their machine.