Add all-gyms (#11)
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk> Reviewed-on: #11
This commit is contained in:
@@ -16,6 +16,10 @@ module Program =
|
||||
("Get information about the physical instantiation of a gym",
|
||||
RequiresAuth (fun auth -> ArgsCrate.make (LookupGymArgs.Parse auth) LookupGym.run))
|
||||
|
||||
"all-gyms",
|
||||
("List information about all gyms",
|
||||
RequiresAuth (fun auth -> ArgsCrate.make (AllGymsArgs.Parse auth) AllGyms.run))
|
||||
|
||||
"fullness",
|
||||
("Determine how full a gym is",
|
||||
RequiresAuth (fun auth -> ArgsCrate.make (FullnessArgs.Parse auth) Fullness.run))
|
||||
|
Reference in New Issue
Block a user