mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Aligning text in terminals is tedious
This commit is contained in:
1
Makefile
1
Makefile
@@ -443,6 +443,7 @@ bump:
|
||||
expr $(BUILD_ID) + 1 > build-id
|
||||
|
||||
|
||||
# When adding a new architecture, don't forget to update this!
|
||||
write-package-json-version-cli:
|
||||
jq -S --raw-output '.version = "${PACKAGE_JSON_VERSION}"' packages/bun-cli/package.json > packages/bun-cli/package.json.new
|
||||
mv packages/bun-cli/package.json.new packages/bun-cli/package.json
|
||||
|
||||
@@ -458,7 +458,7 @@ const HelpCommand = struct {
|
||||
\\> <r> <b><green>dev <r><d> ./a.ts ./b.jsx<r> Start a Bun Dev Server
|
||||
\\> <r> <b><magenta>bun <r><d> ./a.ts ./b.jsx<r> Bundle dependencies of input files into a <r><magenta>.bun<r>
|
||||
\\> <r> <b><green>run <r><d> test <r> Run a package.json script or executable<r>
|
||||
\\> <r> <b><cyan>create <r><d>next ./app<r> Start a new project from a template <d>(shorthand: c)<r>
|
||||
\\> <r> <b><cyan>create <r><d>next ./app<r> Start a new project from a template <d>(shorthand: c)<r>
|
||||
\\> <r> <b><blue>discord <r> Open Bun's Discord server
|
||||
\\> <r> <b><d>help <r> Print this help menu
|
||||
\\
|
||||
|
||||
Reference in New Issue
Block a user