about summary refs log tree commit diff stats
path: root/commands/account/mkdir.go
Commit message (Collapse)AuthorAgeFilesLines
* Make commands join args with spacesJeffas2019-09-201-2/+3
| | | | | | | | | | | | | | | This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* Implement :mkdir commandDrew DeVault2019-06-091-0/+39