"submit by session" is particularly useful, when a user wants to manage the submits under different sessions (e.g., by different tags, or by different programming languages, etc.)
To implement this feature, we need to add one more flag under the submit command to specify the session we want to submit against.
"submit by session" is particularly useful, when a user wants to manage the submits under different sessions (e.g., by different tags, or by different programming languages, etc.)
To implement this feature, we need to add one more flag under the submit command to specify the session we want to submit against.
In order not to disrupt the current active session set by the cli or on the web, we need to
Thanks