You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
When setting configuration I have to provide paths with double slashes between folders instead of single slashes. Could we escape these in some other way please?
Specify a path for storing plot files (press enter to use the default: `"C:\\Users\\jimco\\AppData\\Roaming\\subspace-cli\\plots"`): e:\\subspace-simple-cli\\plots
Specify a path for storing node files (press enter to use the default: `"C:\\Users\\jimco\\AppData\\Roaming\\subspace-cli\\node"`): e:\\subspace-simple-cli\\node
Would be much nicer as
Specify a path for storing plot files (press enter to use the default: `"C:\Users\jimco\AppData\Roaming\subspace-cli\plots"`): e:\subspace-simple-cli\plots
Specify a path for storing node files (press enter to use the default: `"C:\Users\jimco\AppData\Roaming\subspace-cli\node"`): e:\subspace-simple-cli\node
They are also present on the suggested farm command.
Ready for lift off! Run the follow command to begin:
`"C:\\Users\\jimco\\Desktop\\Subspace Simple CLI\\subspace-cli-windows-x86_64-skylake-v0.5.1-alpha-2.exe" farm`
What is the feature you would like to see?
When setting configuration I have to provide paths with double slashes between folders instead of single slashes. Could we escape these in some other way please?
Would be much nicer as
They are also present on the suggested farm command.
Code of Conduct