From 3feda8c27d3d776426557c6fd2f3b05284532ee3 Mon Sep 17 00:00:00 2001 From: Cafe137 Date: Wed, 11 Sep 2024 12:01:57 +0200 Subject: [PATCH] feat: allow setting default stamp with stamp env --- src/utils/option.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/option.ts b/src/utils/option.ts index c200b373..eee8f591 100644 --- a/src/utils/option.ts +++ b/src/utils/option.ts @@ -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',