From 6f3ab8485211aa0d332961f76373bcee5cc45026 Mon Sep 17 00:00:00 2001 From: Gregor Gololicic Date: Tue, 18 May 2021 16:00:22 +0200 Subject: [PATCH 1/2] todo refactor --- pkg/flowcli/config/json/account.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/flowcli/config/json/account.go b/pkg/flowcli/config/json/account.go index 02b66205c..dda32c33c 100644 --- a/pkg/flowcli/config/json/account.go +++ b/pkg/flowcli/config/json/account.go @@ -139,6 +139,7 @@ func transformAccountsToJSON(accounts config.Accounts) jsonAccounts { return jsonAccounts } +// TODO(sideninja) refactor keys to use json.RawMessage and decide if unmarshal into simple or advance structure based on that field type jsonAccountSimple struct { Address string `json:"address"` Keys string `json:"keys"` From 5959692a1d1a92abaa321ed0818e205eecc80a80 Mon Sep 17 00:00:00 2001 From: Gregor Gololicic Date: Wed, 19 May 2021 17:28:56 +0200 Subject: [PATCH 2/2] add banner logo --- README.md | 2 ++ logo-cli.svg | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 logo-cli.svg diff --git a/README.md b/README.md index 24f9241d0..a93577416 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![](./logo-cli.svg) + # Flow CLI The Flow CLI is a command-line interface that provides useful utilities for building Flow applications. diff --git a/logo-cli.svg b/logo-cli.svg new file mode 100644 index 000000000..f0b6f1e9c --- /dev/null +++ b/logo-cli.svg @@ -0,0 +1,23 @@ + + + Group 2 + + + + + CLI + + + + + + + + + + + + + + + \ No newline at end of file