diff options
Diffstat (limited to 'cmds/cd.go')
-rw-r--r-- | cmds/cd.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ package cmds import "os" +// chDir: changes the current working directory +// if no directory is specifed sets it to home func chDir(args []string) error { var dir string if len(args) == 1 { |