The cd "command" isn't a normal command and can't be since changing directories in a subprocess has no effect on the current process, which is the whole point of cd. This is unlikely to be supported although you could open a feature request.
On Fri, Jun 17, 2016 at 3:27 AM, Ford O. <[email protected]> wrote: > shell> cd /d D: > ERROR: ArgumentError: cd method only takes one argument > in repl_cmd at client.jl:57 > > cmd.exe > C:\Users\>cd /d D: > > D:\> > > Am I doing something wrong? >
