Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

🐞 [Bug]: Suggested farming command does not work in WIndows PowerShell #222

Open
2 of 4 tasks
hovsepjan opened this issue Jul 6, 2023 · 2 comments
Open
2 of 4 tasks
Labels
bug Something isn't working

Comments

@hovsepjan
Copy link

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
  • windows
  • macos

Expected behavior

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@hovsepjan hovsepjan added the bug Something isn't working label Jul 6, 2023
@hovsepjan
Copy link
Author

cant start the node

@jim-counter jim-counter changed the title 🐞 [Bug]: 🐞 [Bug]: Suggested farming command does not work in WIndows PowerShell Jul 6, 2023
@jim-counter
Copy link
Member

jim-counter commented Jul 6, 2023

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants