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
cli: Replacement action argument forced last - see also #149 . srgn now needs to be invoked as srgn 'A B' (one positional argument) to search for the string A B, or srgn A -- B (two positional arguments - separated) to replace A with B -- an invocation of srgn A B (two positional arguments) is now an error, as it was too error-prone and accidentally destructive. See the updated README documentation for how this works.