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
Running shock create inside of a project that already exists has unwanted results.
Let say I'm working on a package named foo and I want to create docs for it.
I run shock create in the ./foo directory, only to find that my current project has a bunch of file overwritten .
Instead of adding/overwriting files in the current ./foo project, a new Dir should be created ./foo/docs_package_name with the docs inside there.
The text was updated successfully, but these errors were encountered:
Running
shock create
inside of a project that already exists has unwanted results.Let say I'm working on a package named
foo
and I want to create docs for it.I run
shock create
in the./foo
directory, only to find that my current project has a bunch of file overwritten .Instead of adding/overwriting files in the current
./foo
project, a new Dir should be created./foo/docs_package_name
with the docs inside there.The text was updated successfully, but these errors were encountered: