diff --git a/cmd/skywire-cli/README.org b/cmd/skywire-cli/README.org deleted file mode 100644 index 2ff98adfe..000000000 --- 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 03b187e6d..3e27939cd 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",