-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'apply' of undefined #634
Comments
I get this as well when I run any command that should render a help message, eg. |
I think this was |
Looks to me like that's being output here: https://github.com/ssbc/muxrpcli/blob/134510589589ca5439a6639c93c6e794766e633f/index.js#L55 |
lets say, hypothetically, we had really really good cli usage? what would it look like?
some limitations are that each command is in it's own module, so the help should probably live there? |
oh yeah, I think you still see this now when you have a more recent version of ssb-server running as the client, that interacts with and older version of ssb-server (prehaps running inside of patchbay/work) that doesn't have |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Can someone give me a sanity check when you get a minute?
With ssb-server running somewhere (CLI, Patchwork, Patchbay, etc), I'm getting this instead of the usual help text:
I can still do things like
node bin get $msg_key
but the default help text is completely borked for me. I've tried rolling back to 13.x but I'm still getting the same issue, which makes me think it must just be me. Right?The text was updated successfully, but these errors were encountered: