winpax/sfsu

scoop hook arguments are broken

Closed this issue · 3 comments

Describe the bug

image

Steps to To Reproduce

  1. run 'scoop checkup'
  2. See error

Expected behavior

Full Output

image

Version

0.10.2

Additional context

something happens with 'scoop status' command

@AtifChy i just found this issue too, look like she changed sfsu hook now it always requires at least one param to work.
For example :

> scoop checkup
error: unexpected argument 'checkup' found

Usage: sfsu.exe checkup [OPTIONS]

For more information, try '--help'.
> scoop checkup ''
✅ Git is installed
✅ Main bucket is installed
✅ Windows Developer Mode is enabled
✅ Long paths are enabled
✅ NTFS is the filesystem of the Scoop directory

Which mean you need to pass something for it, empty string by '' or "", in order it to work.
see more #639

It seems something is wrong with the Scoop hook, I'll have a look and fix this ASAP.

This should be fixed in the latest release.
Please re-open this issue if it isn't :P