This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: (cli/init) use cross-platform path separator
This fixes the command "init" on windows. Before this change, none of the files where actually added to your local repository. With this change, files are correctly added to the repository as windows uses "\" as the path separator instead of "/" (posix)
- Loading branch information