We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an $add command to add a new function definition given only a file path.
$add
The path may refer to a single file, in which case metadata should be read from a magic comment within the file.
The path may also refer to a directory, in which case a special file should be required within the director containing the same metadata.
The text was updated successfully, but these errors were encountered:
The command could also accept a web URL to download and use the response as a file. The metadata could include a canonical filename to use.
Sorry, something went wrong.
ashafer01
No branches or pull requests
Create an
$add
command to add a new function definition given only a file path.The path may refer to a single file, in which case metadata should be read from a magic comment within the file.
The path may also refer to a directory, in which case a special file should be required within the director containing the same metadata.
The text was updated successfully, but these errors were encountered: