const ARG_COMMON = { '--help': Boolean, '-h': '--help', '--version': Boolean, '-v': '--version', }; export default () => ARG_COMMON;