Better semantics for MemberActivity (#1)
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk> Reviewed-on: #1
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user