pickhardt / betty

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
2.61k stars 215 forks source link

Can you please add a command for multiple directory creation #194

Open smartameer opened 7 years ago

smartameer commented 7 years ago

usage: create a directory bar2 inside foo2 inside bar inside foo (or) usage: create a directory bar2 in foo2 in bar in foo command : mkdir -p foo/bar/foo2/bar2

I am learning ruby. But i'll contribute soon.