v/cmd
Ryan Roden-Corrent 30fac1f877
toosl: fix `v init` - terminate newly created files with newlines, add a test (#10480)
* vcreate: Add test for `v init`.

* vcreate: Init git properly with no dir arg.

`v init` would fail to create a .gitignore file. When not providing a
dir arg, passing "" to create_git_repo would result in:

```
V panic: failed to create gitignore: failed to open file "/.gitignore"
```

* vcreate: Terminate files with newline.

Fixes #10478.
2021-06-16 19:57:51 +03:00
..
tools toosl: fix `v init` - terminate newly created files with newlines, add a test (#10480) 2021-06-16 19:57:51 +03:00
v v help: add all tool commands to `v help <command>` (#10419) 2021-06-12 15:10:30 +03:00