Nexus.CLI.Input (nexus_cli v0.6.0)
View SourceRepresents a command input, with args and flags values parsed
flagsis a map with keys as flags names and values as flags valuesargsis a map of positional arguments where keys are the arguments names defined with the:asoption on thevalue/2macrovalueis a single value term that represents the command value itself
If the command define multiple (positional) arguments, value will be nil
and args willbe populated, otherwise args will be an empty map and value
will be populated