cash-mkdir
Version:
Cross-platform implementation of the Unix 'mkdir' command.
3 lines (2 loc) • 421 B
JavaScript
;
module.exports = "\nUsage: mkdir [OPTION]... DIRECTORY...\nCreate the DIRECTORY(ies), if they do not already exist.\n\n -p, --parents no error if existing, make parent directories as needed\n -v, --verbose print a message for each created directory\n --help display this help and exit\n\nReport mkdir bugs to <https://github.com/dthree/cash>\nCash home page: <http://cash.js.org/>\n";