Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
299 B
Executable File
299 B
Executable File
Documentation
You can see below the API reference of this module.
isSsh(input)
Checks if an input value is a ssh url or not.
Params
- String|Array
input: The input url or an array of protocols.
Return
- Boolean
trueif the input is a ssh url,falseotherwise.