From 4e0f146c60d38cca9f9337f45666c6ffa424070e Mon Sep 17 00:00:00 2001 From: Nickson Date: Thu, 4 Apr 2019 13:15:34 +0300 Subject: [PATCH] removed unused string --- cmd/skywire-cli/README.org | 8 -------- cmd/skywire-cli/commands/root.go | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 cmd/skywire-cli/README.org diff --git a/cmd/skywire-cli/README.org b/cmd/skywire-cli/README.org deleted file mode 100644 index 2ff98adfed..0000000000 --- a/cmd/skywire-cli/README.org +++ /dev/null @@ -1,8 +0,0 @@ -* CLI for skywire node - -~skywire-cli~ implements management commands for ~skywire~ node via -RPC interface. - -** Available commands - -TODO: add commands diff --git a/cmd/skywire-cli/commands/root.go b/cmd/skywire-cli/commands/root.go index 03b187e6d3..3e27939cd0 100644 --- a/cmd/skywire-cli/commands/root.go +++ b/cmd/skywire-cli/commands/root.go @@ -8,8 +8,6 @@ import ( "github.com/spf13/cobra" ) -var RPCAddr string - var rootCmd = &cobra.Command{ Use: "skywire-cli", Short: "Command Line Interface for skywire",