refactor!: rename autocli package (#13547)

This commit is contained in:
Aaron Craelius 2022-10-14 03:12:00 -04:00 committed by GitHub
parent 05d11382d7
commit de49cb4b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
package cli
package autocli
import (
"context"
"google.golang.org/grpc"
"cosmossdk.io/client/v2/cli/flag"
"cosmossdk.io/client/v2/autocli/flag"
)
// Builder manages options for building CLI commands.

View File

@ -1,4 +1,4 @@
package cli
package autocli
import (
"errors"

View File

@ -1,4 +1,4 @@
package cli
package autocli
import (
"fmt"

View File

@ -1,4 +1,4 @@
package cli
package autocli
import (
"bytes"