mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: add v share file.v (#17172)
This commit is contained in:
@@ -19,6 +19,8 @@ Other less frequently used commands supported by V include:
|
||||
|
||||
setup-freetype Setup thirdparty freetype on Windows.
|
||||
|
||||
share Send your code to the V Playground
|
||||
|
||||
translate Translate C code to V.
|
||||
|
||||
tracev Produce a tracing version of the v compiler.
|
||||
|
||||
4
vlib/v/help/other/share.txt
Normal file
4
vlib/v/help/other/share.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Send your code to the V Playground
|
||||
|
||||
Usage:
|
||||
v share FILE
|
||||
Reference in New Issue
Block a user