You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This function, as @robrix pointed out, is a little weird: its second parameter can be a file path rather than a directory, in which case the resulting project’s root is the parent directory of the provided file—and all files, not just the provided file, will be slurped into the resulting project. This is unintuitive behavior that we preserved because we were afraid to change the CLI interface, and we should just kill the CLI vagaries that allow for this behavior.