Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootCmd is the command line interface to interact with the NextBus API RootCmd = &cobra.Command{ Use: "nextbus", Short: "Command line interface to interact with the NextBus API", RunE: func(cmd *cobra.Command, args []string) error { client.GetVehicleLocations(agencyTag) return errors.New("not implemented") }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.