Better semantics for MemberActivity (#1)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
Reviewed-on: #1
This commit is contained in:
2023-10-14 17:08:17 +00:00
parent 42eb1f7726
commit 80e7947ae2
6 changed files with 110 additions and 39 deletions

View File

@@ -4,9 +4,9 @@ open Argu
open PureGym
type FullnessArgsFragment =
| [<Unique>] Gym_Id of int
| [<Unique>] Gym_Name of string
| [<Unique>] Terse of bool
| [<Unique ; EqualsAssignmentOrSpaced>] Gym_Id of int
| [<Unique ; EqualsAssignmentOrSpaced>] Gym_Name of string
| [<Unique ; EqualsAssignmentOrSpaced>] Terse of bool
interface IArgParserTemplate with
member s.Usage =