mkdir
mkdir [args...]Interactive wrapper around mkdir that calls _fish_mkdir_p for each directory argument to display created path components. Falls back to command mkdir -p when flags (e.g. -m 755) are present, and to plain command mkdir in non-interactive contexts.
Arguments: args... Directories to create, or flags passed through to command mkdirmkdir ~/projects/myapp/src