~mil/mobroute

8a1ba3bb0638943bba3dac200a260a28b1a1ce02 — Miles Alan 2 months ago 1fd172b
Cleanup description for route/mobsql subcmds
1 files changed, 13 insertions(+), 14 deletions(-)

M cli/const.go
M cli/const.go => cli/const.go +13 -14
@@ 31,23 31,22 @@ Subcommands:
`

	subcmdRouteDesc = `
The route subcommand is the primary command for the CLI (and
is a passthrough to the underlying Mobroute library OneshotRoute
function). This subcommand allows you to perform routing calculations using
the CSA algorithm. All functionality from loading GTFS data (by feed
id), to loading the required data to memory, to performing the routing
calculation via the CSA algorithm, and finally to formatting the result
in several formats is handled by this single CLI subcommand.
The route subcommand allows you to perform routing calculations
using the CSA algorithm (and is a passthrough to the underlying Mobroute
library OneshotRoute function). All functionality from loading GTFS data
(by feed id), to loading the required data to memory, to performing the
routing calculation via the CSA algorithm, and finally to formatting
the result in several formats is handled by this single CLI subcommand.
	`

	subcmdMobsqlDesc = `
The mobsql subcommand is a diagnostic command (and a passthrough to
the underlying Mobroute library OneshotMobsql function) which allows
you to both alter and query the status of GTFS (and GTFS-derived data)
in the local SQLite database. In normal scenarios & functioning end-users
shouldn't need to use this subcommand at all as this is just a debugging
tool. See mobsql documentation for specifics on the functionality of
each operation (op).
The mobsql subcommand provides diagnostic functionality (and is a
passthrough to the underlying Mobroute library OneshotMobsql function)
allowing you to both alter and query the status of GTFS (and GTFS-derived
data) in the local SQLite database. In normal scenarios & functioning
end-users shouldn't need to use this subcommand at all as this is
just a debugging tool. See mobsql documentation for specifics on the
functionality of each operation (op).
	`

	subcmdRouteDocParams = `