@@ -42,6 +42,10 @@ func NewBatchBuilder(dir string) (contract.BatchBuilder, error) {
}, nil
}
func (b *batchBuilder) Command() contract.CommandRun {
return b.command
func (b *batchBuilder) Clear() error {
args := nftCommand.Clear()
return b.command.Run(args...)
The note is not visible to the blocked user.