so-rose/convmlv

Custom Long Args

Closed this issue · 0 comments

convmlv --unknown-arg value will create the SETTINGS entry as so:

SETTINGS[unknown-arg]=value.

That's it; it'll just sit there. This is useful because user plugins can access SETTINGS, however! With this, you can pipe specific data to your custom tools.

Short args are reserved, as are some long args. But the rest are free to be set on the fly! This does mean the API needs some error checking for if the user passed in that argument!