mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
Minor CLI and README cleanup
This commit is contained in:
@ -8,11 +8,7 @@ if (process.argv.length < 3) printHelp();
|
||||
|
||||
function printHelp() {
|
||||
console.log([
|
||||
"Version " + version,
|
||||
"Syntax: " + colors.cyan("asinit") + " [project directory]",
|
||||
"",
|
||||
colors.white("Sets up a new AssemblyScript project or updates an existing one."),
|
||||
"",
|
||||
"Sets up a new AssemblyScript project or updates an existing one.",
|
||||
"For example, to create a new project in the current directory:",
|
||||
"",
|
||||
" " + colors.cyan("asinit") + " .",
|
||||
|
Reference in New Issue
Block a user