Versions in this module Expand all Collapse all v0 v0.1.6 Oct 15, 2024 Changes in this version + type Address struct + Building int + Street string + func (a *Address) MarshalFlag(value string) error + type AddressCommand struct + Address Address + func (c AddressCommand) Run(cmd *cobra.Command, agrs []string) error + type Gender string + func (g *Gender) MarshalFlag(value string) error + type State int + func (s *State) MarshalFlag(value string) error + type UserCommand struct + FirstName string + Gender Gender + LastName string + PI float64 + State State + func (c UserCommand) Run(cmd *cobra.Command, agrs []string) error