This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Add a new flag to generate formulas input flags commands #945
Labels
📚 documentation
Improvements or additions to documentation
🔨 improvement
Improvement in features
usability
Related to tool usability
Milestone
What would you like to be added
Suggestions
Context:
rit demo formula
is a formula's command with one inputinput-text
Printing an output with the prompt equivalent with input flags
e.g
rit demo formula --input-text="test"
when running therit demo formula
command with one inputCreate a new flag that would return the formula command with an input-flag example
e.g
rit demo formula --generate-flags
would returnrit demo formula --input-text="test"
Why is this needed
We received feedbacks asking for a way to make it easier to create / write / get formulas input flags commands.
Check this box if this issue needs a documentation update
The text was updated successfully, but these errors were encountered: