You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flag descriptions have been implemented in #105, but objects should be handled differently. Maybe a ref value in the flag's description, with the full expanded object representation at the bottom of the help command, or something like that. Inline JSON representations are hard to grasp on a human level
The text was updated successfully, but these errors were encountered:
Nah, #571 just makes the inline version work without bugs. For the (near?) future I'd like to have something like this:
Some description here
Flags
--some-flag object Flag description here (#some-flag)
Global Flags
--global-flag string Flag description here
# some-flag
{
"field": string,
"other-field": {
"data": [int]
}
}
Flag descriptions have been implemented in #105, but objects should be handled differently. Maybe a
ref
value in the flag's description, with the full expanded object representation at the bottom of the help command, or something like that. Inline JSON representations are hard to grasp on a human levelThe text was updated successfully, but these errors were encountered: