pulsar
pulsar copied to clipboard
🐞 [Bug]: Suggested farming command does not work in WIndows PowerShell
What happened?
PS C:\Users\LENOVO\downloads> "C:\Users\LENOVO\downloads\subspace-cli-windows-x86_64-skylake-v0.5.1-alpha-2.exe" farm At line:1 char:88
- ... wnloads\subspace-cli-windows-x86_64-skylake-v0.5.1-alpha-2.exe" farm
-
~~~~
Unexpected token 'farm' in expression or statement. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken
Version
windows 10,11
platform
- [ ] linux
- [X] windows
- [ ] macos
Expected behavior
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
cant start the node
A leading full stop . will make it work.
"C:\\Users\\jimco\\Desktop\\Subspace Simple CLI\\subspace-cli-windows-x86_64-skylake-v0.5.1-alpha-2.exe" farm
Works only in Command Prompt (cmd).
."C:\\Users\\jimco\\Desktop\\Subspace Simple CLI\\subspace-cli-windows-x86_64-skylake-v0.5.1-alpha-2.exe" farm
Works only in PowerShell.