Commit Graph

6 Commits

Author SHA1 Message Date
Sylvestre Ledru
fa608413b2 Move to use uutests 2025-08-08 10:53:37 +02:00
Sebastian Bentmar Holgersson
b5d6d188bf feat(last): add --since and --until (#342)
* feat(last): add --since and --until

* clean up clap slightly

* fix clippy

* test(last): add tests for --since and --until

* refactor(last): resolve review comments

* test(last): set cfg for since and until to unix

* remove unnecessary comment

* move parse_time_value below uumain

* minor cleanup

* fix ci issues
2025-08-01 16:12:39 +02:00
Lionel Mendes
55c8ee013b last: fix some hostnames are not shown properly with --hostname option issue 212 (#246)
* last: fix not all hostnames are shown in the last column with --hostlast option

* last: fix not all hostnames are shown in the last column with --hostlast option

* Added test case related to the hostlast option in last command.

* Change binary input fixture name for last command and Fix format source code.

* feat: add macOS platform & update tests for compatibility

* fix: correct formatting in platform and test files for macOS compatibility

* fix: format

* fix: correct variable name and improve test output handling
2025-05-08 17:32:25 +02:00
Daniel Hofstetter
ea8f471b7a last: adapt test to fix "unused import" warnings 2024-11-08 14:33:43 +01:00
Daniel Hofstetter
b7c6eee660 tests: fix "unused import" warnings on Windows 2024-11-08 14:26:19 +01:00
Andy
49fc7ff3ca Add last Utility (#65) 2024-09-19 17:43:18 +02:00