prompt for argument automatically, *If* we determine an example requires arguments #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
rustc
) version: 1.59Description
I want
rx
to automatically prompt for arguments -- i.e. same as invoking--parse-args
-- when we can determine that an example script requires arguments passed in from command-line.Some ideas on what might work:
//! # Arguments
rx:requires_args
. This way our script knows for certain that a script requires command-line arguments, and can prompt user to input arguments automatically.The text was updated successfully, but these errors were encountered: