Comparing version 0.0.3-28 to 0.0.3-29
@@ -50,2 +50,14 @@ #!/usr/bin/env ts-node | ||
console.log("Or get info about a file or package via `info`"); | ||
console.log("Available commands:"); | ||
console.log([ | ||
"init", | ||
"compile", | ||
"test", | ||
"install", | ||
"info", | ||
"repl", | ||
"bundle", | ||
"format", | ||
"template", | ||
].join(" | ")); | ||
} | ||
@@ -52,0 +64,0 @@ async function main() { |
{ | ||
"name": "derw", | ||
"version": "0.0.3-28", | ||
"version": "0.0.3-29", | ||
"description": "An Elm-inspired language that transpiles to TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -61,2 +61,16 @@ #!/usr/bin/env ts-node | ||
console.log("Or get info about a file or package via `info`"); | ||
console.log("Available commands:"); | ||
console.log( | ||
[ | ||
"init", | ||
"compile", | ||
"test", | ||
"install", | ||
"info", | ||
"repl", | ||
"bundle", | ||
"format", | ||
"template", | ||
].join(" | ") | ||
); | ||
} | ||
@@ -63,0 +77,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
823241
23662