Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 7e31636

Browse files
author
Je
committed
doc: update cammands description
1 parent 4605bfb commit 7e31636

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cli.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import util, { existsDirSync, existsFileSync } from './util.ts'
66
import { version } from './version.ts'
77

88
const commands = {
9-
'init': 'Initiate a new aleph app.',
10-
'dev': 'Start the aleph app in development mode.',
11-
'start': 'Start the aleph app in production mode.',
12-
'build': 'Build the aleph app in production mode.',
13-
'upgrade': 'Upgrade the aleph command.'
9+
'init': 'Create a new app',
10+
'dev': 'Start the app in development mode',
11+
'start': 'Start the app in production mode',
12+
'build': 'Build&Export a static site',
13+
'upgrade': 'Upgrade Aleph.js'
1414
}
1515
const helpMessage = `Aleph.js v${version}
1616
The React Framework in deno.

0 commit comments

Comments
 (0)