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
Hello, I recently used Pest to parse my command-line arguments. Indeed, clap is not simple enough for my tool use cases.
The ip or nftables command styles are very ergonomic for a wide variety of use cases. Whatever, I developed a pest grammar for my CLI.
However, the error report format is not perfectly adapted to my use cases :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I recently used Pest to parse my command-line arguments. Indeed,
clap
is not simple enough for my tool use cases.The
ip
ornftables
command styles are very ergonomic for a wide variety of use cases. Whatever, I developed a pest grammar for my CLI.However, the error report format is not perfectly adapted to my use cases :
In this case, more would like :
Can we specify what we want in the final string ?
Beta Was this translation helpful? Give feedback.
All reactions