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
Add assertions for explicit path comparison (#147)
Added some assertions to prevent regressions for explicit path comparisons.
Bonus: improve typing of tests.
Add a command type (#118)
This command type splits an executable (path) from its arguments (list).
There is a best effort detection for windows type commands.
This is because windows executables handles its own argument parsing.
(DIS-2977)
Add --skip flag to rdump (#76)
Adds the ability to skip a number of records when reading or writing records using rdump.
Co-authored-by: Yun Zheng Hu <hu@fox-it.com>