mirror of
https://github.com/uutils/sed.git
synced 2026-06-10 16:14:15 -07:00
508d74fe4a
* exit with code 1 when no arguments * add a test for no arguments. * Update test_sed.rs * cargo fmt * pass -n for missing script arguments test Issue: #274 PR: #409