You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what is the command I would run? the reason I want this is I've been trying to figure out how to do --port, but from these docs I don't see what's obviously an example of that, there's this https://mael.dev/clipanion/docs/options but it doesn't show any examples of how to code those. I imagine it's on the previous page but it's hard to correlate the 2. Also, I don't see an example of how to create a command with no paths, although simply not defining paths seems to work. If I have an option, how do I pass it to a command?
for example on https://mael.dev/clipanion/docs/paths
what is the command I would run? the reason I want this is I've been trying to figure out how to do --port, but from these docs I don't see what's obviously an example of that, there's this https://mael.dev/clipanion/docs/options but it doesn't show any examples of how to code those. I imagine it's on the previous page but it's hard to correlate the 2. Also, I don't see an example of how to create a command with no paths, although simply not defining paths seems to work. If I have an option, how do I pass it to a command?
also, https://mael.dev/clipanion/docs/contexts appears to be out of date, as
BaseContext
no longer contains some of thathttps://mael.dev/clipanion/docs/validation apply cascade signature is marked as deprecated
from the code I assumed this would create a port option, but it instead creates an argument
The text was updated successfully, but these errors were encountered: