winpax / sfsu

(WIP) A modern, and very very fast, implementation of Scoop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<scoop status:> break when using latest version

NotAsea opened this issue · comments

Describe the bug

after update sfsu the regular scoop status break:

> scoop status
error: unexpected argument 'status' found

Usage: sfsu.exe status [OPTIONS]

For more information, try '--help'.

Steps to To Reproduce

  1. Go to powershell
  2. type scoop status
  3. See error

Expected behavior

calling sfsu directly work

>sfsu status
Scoop app is up to date.
Bucket(s) are out of date. Run `scoop update` to get the latest changes.

but break when call from scoop, maybe something happend with sfsu hook

Version

1.10.2

for more context passing empty string denote by '' or "" work

> scoop status ''
Scoop app is up to date.
All buckets up to date.
All packages are okay and up to date.

I dont know look like intentional

Duplicate of #638