algorand / algorand/go-algorand

Add 'goal clerk close' subcommand

オープン
#1,860 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
FDE
主要言語
Go
スター
1.4k
フォーク
537
平均マージ
1日 7時間
マージ済み PR(30日)
18

説明

## Summary
The `goal clerk send` command has multiple modes which lead to overly complicated CLI arguments. Specifically, you must always set `amount`, `to`, and `close-to` fields to close an account. In reality `amount` and `to` should be optional.

## Scope/Requirements
We should add a `goal clerk close` subcommand which allows for this simplified workflow. It would have the following flags:
* `close-to` - required, close the account to this address.
* `amount` - optional, defaults to zero.
* `to` - optional, defaults to `close-to`.

## Urgency/Relative Priority
This is not urgent.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。