ComputerCraft Forums

ComputerCraft => Ask a Pro => Topic started by: pjals_but_noisy on Jul 10, 2021, 11:21 AM

Title: argument parser api (suggestion)
Post by: pjals_but_noisy on Jul 10, 2021, 11:21 AM
ive looked in the forums and i havent found an argument parser,
if your gonna make one i would like it to have these features:

- --argument support (obv)
- also allow aliases (like -a)
- allow "commands" (like program --force mine --verbose 2)
- optionally a --help generator
Title: argument parser api (suggestion)
Post by: Lupus590 on Jul 10, 2021, 01:42 PM
https://forums.computercraft.cc/index.php?topic=359.0

Is this useful to you?
Title: argument parser api (suggestion)
Post by: pjals_but_noisy on Jul 10, 2021, 03:03 PM
yeah, looks good