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
Alas, the actual options are --start and --end (consistent with other commands though!), so I only end up overwriting the entry message.
Would it be possible to have --in and --out options work as --start and --end (perhaps even for all commands?), or alternatively make edit refuse to use unknown options as edited message (for example by requiring " -- " before text that begins "--something"?
The text was updated successfully, but these errors were encountered:
I think it seems reasonable to add --in and --out as aliases to --start and --end for the edit command. I may have time to add this feature at some point, but would also happily accept a pull request.
After using these commands all the time:
I keep writing these and expecting them to work:
Alas, the actual options are
--start
and--end
(consistent with other commands though!), so I only end up overwriting the entry message.Would it be possible to have
--in
and--out
options work as--start
and--end
(perhaps even for all commands?), or alternatively make edit refuse to use unknown options as edited message (for example by requiring " -- " before text that begins "--something"?The text was updated successfully, but these errors were encountered: