/** * Copyright (c) 2017, Daniel Imms (MIT License). */ export type ArgvOrCommandLine = string[] | string;