This repository was archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
π [Feature Request]: Remove the double slashes in pathsΒ #224
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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?
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`
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo