如何在 pc 驱动程序中更改工作区?

how to change workspace in exercism in pc driver?

我试过了:

exercism configure —token="your token" —workspace ="path to some where other than C drive"

但是没用 在 exercism 曲目下载在 C 盘中,我不想去那里并将其更改为其他驱动器和其他文件夹?我该怎么做才能改变?

我找到我的答案我的问题是关于我在 cmd 中键入的代码,我认为键入的代码可以正常工作

exercism configure --token=(your token get from site) -w (some location)

我试过了,对我有用

exercism configure --workspace="path where you want to put exercism folder" (eg "~/Documents/rustcode")

我之前已经配置了我的令牌。

如果你想完成整个过程并了解 exercism cli,请继续,

在命令上

exercism --help

这将显示所有可用的命令

exercism configure

这将显示当前配置

exercism configure --workspace=C:/path/to/the/dir

这将更改您当前的工作目录。

注意:请将“\”改为“/”,否则无效