Skip to content

Commit

Permalink
feat: allow setting default stamp with stamp env (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Sep 11, 2024
1 parent b00a6e9 commit 4067a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { IOption } from 'furious-commander'

export const stampProperties: IOption = {
key: 'stamp',
envKey: 'STAMP',
type: 'hex-string',
length: 64,
description: 'ID of the postage stamp to use',
Expand Down

0 comments on commit 4067a19

Please sign in to comment.