chplib.psm1

. $psscriptroot\app_install.ps1
. $psscriptroot\app_startup.ps1
. $psscriptroot\app_x.ps1
. $psscriptroot\autologin.ps1
. $psscriptroot\dpst.ps1
. $psscriptroot\file.ps1
. $psscriptroot\hardware.ps1
. $psscriptroot\network.ps1
. $psscriptroot\path.ps1
. $psscriptroot\pwr.ps1
. $psscriptroot\registry.ps1
. $psscriptroot\scoop.ps1
. $psscriptroot\svc.ps1
. $psscriptroot\tray.ps1

$export = @{
    Function = @(
        'gcm_app',
        'scoop_app',
        'reg_app',
        'installed',
        'instexe',
        'interactive',
        'find_ustr',
        'ustr',
        'startups_reg',
        'startups_folder',
        'startup_rm',
        'startups_rm',
        'appx_find',
        'appx_rm',
        'appxsys_find',
        'appxsys_rm',
        'autologin',
        'autologin_it',
        'dpst',
        'takeowner',
        'rm_force',
        'cpu',
        'nvidia_gpu',
        'nv_wait',
        'amd_apu',
        'intel_apu',
        'intel_wifi',
        'network_up',
        'network_wait',
        'dl_retry',
        'mntshare',
        'mntshares',
        'smb_settings',
        'path_reload',
        'path_ls',
        'path_in',
        'path_add',
        'path_rm',
        'modern_standby_disable',
        'connected_standby_disable',
        'pwr_unhide',
        'keyadd',
        'propexist',
        'setprop',
        'scoop_base',
        'scoop_bucket',
        'scoop_buckets',
        'scoop_apps',
        'scoop_shim',
        'scoop_shims',
        'scoop_boot',
        'svc_regfind',
        'svc_startup',
        'svcs_startup',
        'svc_disable',
        'svcs_disable',
        'svc_rm',
        'svcs_rm',
        'svcs_start',
        'svcs_stop',
        'svcs_stems',
        'tray_hide',
        'trays_hide'
    )
}

export-modulemember @export