Skip to content

Commit

Permalink
chore: Alias pack to package command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 1, 2024
1 parent 1c173e9 commit e209d7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/core/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"use strict";

exports.command = ['package [destination]'];
exports.command = ['package [destination]', 'pack [destination]'];
exports.desc = 'Build a package artifact, and put it into the given destination';
exports.builder = yargs => yargs
.positional(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ $ eask uninstall

Build the package artifact.

Alias: `pack`

```sh
$ eask package [DESTINATION]
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ $ eask uninstall

構建包工件。

別名: `pack`

```sh
$ eask package [DESTINATION]
```
Expand Down

0 comments on commit e209d7c

Please sign in to comment.