Skip to content

Commit fa309c8

Browse files
committed
alias
1 parent bf128dc commit fa309c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cloudflare/src/cli/commands/preview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export function addPreviewCommand<T extends yargs.Argv>(y: T) {
4949
(c) =>
5050
withPopulateCacheOptions(c).option("remote", {
5151
type: "boolean",
52+
alias: "r",
5253
default: false,
5354
desc: "Run on the global Cloudflare network with access to production resources",
5455
}),

0 commit comments

Comments
 (0)