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
Kinda like how Python runs stuff, I would like to be able to do fusion [ --package <package> | file ] so that either you can run fusion --package <package> or fusion <file>.
The text was updated successfully, but these errors were encountered:
Makes sense to implement this. Need to think a bit about the way this affects usage message. As order is important for positional arguments it would make sense to put usage of a mutex containing an argument in the spot where argument's usage would be if it wasn't in a mutex. Like this:
Kinda like how Python runs stuff, I would like to be able to do
fusion [ --package <package> | file ]
so that either you can runfusion --package <package>
orfusion <file>
.The text was updated successfully, but these errors were encountered: