aboutsummaryrefslogtreecommitdiffstats
path: root/commands/testdata
Commit message (Collapse)AuthorAgeFilesLines
* commands: simplify CompletePathRobin Jarry2024-01-175-0/+5
This function is overly complex, has code duplication and is not preserving user input (converting all paths to absolute paths). Simplify it and avoid converting relative paths to absolute ones. Add unit tests to ensure it works as expected. Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Bence Ferdinandy <bence@ferdinandy.com>