Skip to content

Commit

Permalink
Merge branch 'master' into wollok-ts-api-revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN authored Mar 20, 2024
2 parents 3f7922e + bcf4129 commit 794569b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wollok-ts-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "Wollok Command Line Interface",
"repository": "https://github.com/uqbar-project/wollok-ts-cli",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ program.command('run')
.option('-p, --project <path>', 'path to project', process.cwd())
.option('-a, --assets [path]', 'path relative to project for game assets. By default, it takes the assets definition from package.json.', 'assets')
.option('--skipValidations', 'skip code validation', false)
.option('--port', 'port to run the server', '3000')
.option('--port [port]', 'port to run the server', '3000')
.option('-g, --game', 'sets the program as a game', false)
.option('-v, --verbose', 'print debugging information', false)
.option('-d, --startDiagram', 'activate the dynamic diagram (only for games)', false)
Expand Down

0 comments on commit 794569b

Please sign in to comment.