I run programs all the time from the command line that allow your to mix the order of the parameters.
(我一直在命令行上运行程序,这些程序可让您混合参数的顺序。)
And they catch you if you throw something extra into the mix. (如果您在混合中添加其他内容,它们会抓住您。)
For example: (例如:)
$xxx -r abc -q def -w xyz
($ xxx -r abc -q def -w xyz)
$xxx -w xyz -q def -r abc
($ xxx -w xyz -q def -r abc)
How are they doing this?
(他们是如何做到的?)
Is there some module for this? (是否有一些模块?)
Many thanks,
(非常感谢,)
-T
(-T)
ask by Todd translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…