What's wrong with this entry?
Anonymous. No account, no email.
- Fixed safe-flag parsing for combined short flags in commands like
grepandrg(e.g.,-A5is now correctly recognized as-Awith value5when-Aaccepts a number) (search for"grep"and"rg"in functionHn7)
- Improved Remote Control error messaging: users on unsupported plans now see "Error: Remote Control is not yet available on your plan." (search for
"Remote Control is not yet available")
- Fixed
line-referenceedit operations to properly validate hash mismatches with clear error messages showing expected vs actual hash, preventing silent corruption when files change between reads (search for"LINE#HASH")