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
Because of the nesting of our typer apps, we end up with a weird situation where one has to specify a final command, when intuitively we would like a default. E.g. seq2rel-ds preprocess <command> main. Ideally, we would like to be able to drop main, with the assumption that this is the subcommand we want if no other subcommand is specified. I have tried to figure out how to to this with typer with no luck. Keep an eye on this issue in case it is ever resolved.
The text was updated successfully, but these errors were encountered:
Has anybody ever found a solution to this? The linked issue is already closed, and the solution proposed in there doesn't actually work for this specific use case.
It yields the exact same problem as in this comment
Because of the nesting of our typer apps, we end up with a weird situation where one has to specify a final command, when intuitively we would like a default. E.g.
seq2rel-ds preprocess <command> main
. Ideally, we would like to be able to dropmain
, with the assumption that this is the subcommand we want if no other subcommand is specified. I have tried to figure out how to to this with typer with no luck. Keep an eye on this issue in case it is ever resolved.The text was updated successfully, but these errors were encountered: