Implement result listing from CLI
Change the schema to include ASN and Network Name in the results table
This commit is contained in:
@@ -15,7 +15,7 @@ var Cmd = kingpin.New("ooni", "")
|
||||
// Command is syntax sugar for defining sub-commands
|
||||
var Command = Cmd.Command
|
||||
|
||||
// Init should be called by all subcommand that care to have a ooni.OONI instance
|
||||
// Init should be called by all subcommand that care to have a ooni.Context instance
|
||||
var Init func() (*ooni.Context, error)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user